8000
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 1325d43 commit ec22d60Copy full SHA for ec22d60
pkg/config/config.go
@@ -315,7 +315,7 @@ func (a *NixDependency) UnmarshalYAML(unmarshal func(interface{}) error) error {
315
}
316
317
type Winget struct {
318
- Name string `yaml:"name" json:"name"`
+ Name string `yaml:"name,omitempty" json:"name,omitempty"`
319
PackageIdentifier string `yaml:"package_identifier,omitempty" json:"package_identifier,omitempty"`
320
Publisher string `yaml:"publisher" json:"publisher"`
321
PublisherURL string `yaml:"publisher_url,omitempty" json:"publisher_url,omitempty"`
0 commit comments