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.
|
||||
viper.SetConfigFile(cfgFile)
|
||||
} else {
|
||||
viper.SetConfigType("/etc")
|
||||
viper.AddConfigPath("/etc")
|
||||
viper.SetConfigType("toml")
|
||||
viper.SetConfigName("lassoctl")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user