Skip to content

Commit 08c616b

Browse files
committed
chore: update
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
1 parent e256530 commit 08c616b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ type DMG struct {
14151415
// pro-only.
14161416
type MacOSPkg struct {
14171417
ID string `yaml:"id,omitempty" json:"id,omitempty"`
1418-
Name string `yaml:"name" json:"name"`
1418+
Name string `yaml:"name,omitempty" json:"name,omitempty"`
14191419
IDs []string `yaml:"ids,omitempty" json:"ids,omitempty"`
14201420
Replace bool `yaml:"replace,omitempty" json:"replace,omitempty"`
14211421
ModTimestamp string `yaml:"mod_timestamp,omitempty" json:"mod_timestamp,omitempty"`

0 commit comments

Comments
 (0)