diff --git a/config/config.go b/config/config.go index 233c767..7420442 100644 --- a/config/config.go +++ b/config/config.go @@ -113,5 +113,5 @@ if err := f.Close(); err != nil { } log.Info().Msg("Wrote example config to config.toml.example. Bye Bye") -os.Exit(0) + } \ No newline at end of file