diff --git a/main.go b/main.go index 44c36e8..be61aa9 100644 --- a/main.go +++ b/main.go @@ -76,7 +76,7 @@ func main() { panic(err) } - // Check if config need to update + // Check if config file need to be updated defer updateConfig() } }