Skip to content

Commit

Permalink
fix(config): enum=binary instead of binary in dmg.use (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantmgoyal9 authored Jan 24, 2025
1 parent 07819b4 commit bc91755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ type DMG struct {

// v2.4+
If string `yaml:"if,omitempty" json:"if,omitempty"`
Use string `yaml:"use,omitempty" json:"use,omitempty" jsonschema:"enum=enum=binary,enum=appbundle"`
Use string `yaml:"use,omitempty" json:"use,omitempty" jsonschema:"enum=binary,enum=appbundle"`
TemplatedFiles []TemplatedExtraFile `yaml:"templated_extra_files,omitempty" json:"templated_extra_files,omitempty"`
}

Expand Down

0 comments on commit bc91755

Please sign in to comment.