We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e256530 commit 08c616bCopy full SHA for 08c616b
pkg/config/config.go
@@ -1415,7 +1415,7 @@ type DMG struct {
1415
// pro-only.
1416
type MacOSPkg struct {
1417
ID string `yaml:"id,omitempty" json:"id,omitempty"`
1418
- Name string `yaml:"name" json:"name"`
+ Name string `yaml:"name,omitempty" json:"name,omitempty"`
1419
IDs []string `yaml:"ids,omitempty" json:"ids,omitempty"`
1420
Replace bool `yaml:"replace,omitempty" json:"replace,omitempty"`
1421
ModTimestamp string `yaml:"mod_timestamp,omitempty" json:"mod_timestamp,omitempty"`
0 commit comments