fix: Allow fallthrough even if config file is missing
This commit is contained in:
parent
4e2ddf629d
commit
b96c06d15b
@ -125,7 +125,6 @@ func initConfig() {
|
||||
fmt.Println("Using config file:", viper.ConfigFileUsed())
|
||||
} else {
|
||||
fmt.Printf("Unable to read config file: %s\nError: %s\n", viper.ConfigFileUsed(), err)
|
||||
os.Exit(2)
|
||||
}
|
||||
|
||||
if err := viper.Unmarshal(&config); err != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user