From 257ed6f82bd5a66edeacd90c2409b657bf6470ed Mon Sep 17 00:00:00 2001 From: watn3y Date: Thu, 28 Dec 2023 23:52:26 +0100 Subject: [PATCH] remove duplicate --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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