mirror of
https://github.com/spf13/cobra
synced 2024-11-24 22:57:12 +00:00
gofmt -d -s .
This commit is contained in:
parent
a7a96310e0
commit
78ca2b3bdd
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue