Skip to content

Commit

Permalink
fix: ModDownloadArgs field env tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmx233 committed Aug 23, 2024
1 parent ae21953 commit 6c88da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/global/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type _Config struct {
Output string `env:"OUTPUT,notEmpty" envDefault:"build"`
Name string `env:"NAME"`

ModDownloadArgs string `env:"MOD_DOWNLOAD_ARGS"`
ModDownloadArgs string `env:"MOD-DOWNLOAD-ARGS"`

ExtraArches bool `env:"EXTRA-ARCHES"`
ExtraArchesShowDefault bool `ENV:"EXTRA-ARCHES-SHOW-DEFAULT"`
Expand Down

0 comments on commit 6c88da6

Please sign in to comment.