Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
robinovitch61 committed Nov 11, 2023
1 parent 7ab73d3 commit e52ccb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ func initConfig(cmd *cobra.Command, nameToArg map[string]arg) error {
}
}

// bind viper to env vars
// bind viper to env vars, will prioritize env vars over config file
viper.AutomaticEnv()

bindFlags(cmd, nameToArg)
Expand Down

0 comments on commit e52ccb0

Please sign in to comment.