Fix config path for lassoctl
This commit is contained in:
parent
593c56d91a
commit
50e253e211
@ -57,7 +57,8 @@ func initConfig() {
|
|||||||
// Use config file from the flag.
|
// Use config file from the flag.
|
||||||
viper.SetConfigFile(cfgFile)
|
viper.SetConfigFile(cfgFile)
|
||||||
} else {
|
} else {
|
||||||
viper.SetConfigType("/etc")
|
viper.AddConfigPath("/etc")
|
||||||
|
viper.SetConfigType("toml")
|
||||||
viper.SetConfigName("lassoctl")
|
viper.SetConfigName("lassoctl")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user