diff --git a/pkg/config/config.go b/pkg/config/config.go index bb923ac96ec..499944a99ed 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -239,7 +239,7 @@ type Homebrew struct { SkipUpload string `yaml:"skip_upload,omitempty" json:"skip_upload,omitempty" jsonschema:"oneof_type=string;boolean"` DownloadStrategy string `yaml:"download_strategy,omitempty" json:"download_strategy,omitempty"` URLTemplate string `yaml:"url_template,omitempty" json:"url_template,omitempty"` - URLHeaders []string `yaml:"url_headers" json:"url_headers"` + URLHeaders []string `yaml:"url_headers,omitempty" json:"url_headers,omitempty"` CustomRequire string `yaml:"custom_require,omitempty" json:"custom_require,omitempty"` CustomBlock string `yaml:"custom_block,omitempty" json:"custom_block,omitempty"` IDs []string `yaml:"ids,omitempty" json:"ids,omitempty"`