Skip to content

Commit

Permalink
feat(BUX-000): remove flags from config dump (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-4chain authored Feb 5, 2024
1 parent 0eecd4f commit eda46e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func loadFlags() error {
os.Exit(1)
}

err = viper.BindPFlags(buxFlags)
err = viper.BindPFlag(ConfigFilePathKey, buxFlags.Lookup(ConfigFilePathKey))
if err != nil {
return err
}
Expand Down

0 comments on commit eda46e8

Please sign in to comment.