diff --git a/cobra/cmd/root.go b/cobra/cmd/root.go index 78602fa8..560e8144 100644 --- a/cobra/cmd/root.go +++ b/cobra/cmd/root.go @@ -63,7 +63,7 @@ func initConfig() { viper.SetConfigFile(cfgFile) } - viper.AutomaticEnv() // read in environment variables that match + viper.AutomaticEnv() // read in environment variables that match // If a config file is found, read it in. if err := viper.ReadInConfig(); err == nil {