Skip to content

Commit

Permalink
Update envflag.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxsen authored Jan 10, 2025
1 parent 38aeb3c commit 02e9c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envflag/envflag.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func GetFlag() *EnvFlag {

func Init() error {
fg := &EnvFlag{}
if err := envconfig.Process("exec_flag", fg); err != nil {
if err := envconfig.Process("yamdc", fg); err != nil {
return err
}
defaultInst = fg
Expand Down

0 comments on commit 02e9c16

Please sign in to comment.