remove duplicate

This commit is contained in:
watn3y 2023-12-28 23:52:26 +01:00
parent 1c24e0a0f6
commit 257ed6f82b

View file

@ -113,5 +113,5 @@ if err := f.Close(); err != nil {
} }
log.Info().Msg("Wrote example config to config.toml.example. Bye Bye") log.Info().Msg("Wrote example config to config.toml.example. Bye Bye")
os.Exit(0)
} }