diff --git a/bundle/config/bundle.go b/bundle/config/bundle.go index 36994076c..ba173f101 100644 --- a/bundle/config/bundle.go +++ b/bundle/config/bundle.go @@ -27,5 +27,5 @@ type Bundle struct { // Contains Git information like current commit, current branch and // origin url. Automatically loaded by reading .git directory if not specified - Git Git `json:"git"` + Git Git `json:"git,omitempty"` }