diff --git a/main.go b/main.go index 7626fd75..4624e607 100644 --- a/main.go +++ b/main.go @@ -506,7 +506,7 @@ func initConfig() { var configNotFoundError *viper.ConfigFileNotFoundError if !errors.As(err, &configNotFoundError) { fmt.Fprintln(os.Stderr, "failed to read config file:", err) - return + // If the config file is not found, it is not an error and will continue. } }