diff --git a/internal/updatecheck/updateCheck.go b/internal/updatecheck/updateCheck.go index 43cb9d8..f32d870 100644 --- a/internal/updatecheck/updateCheck.go +++ b/internal/updatecheck/updateCheck.go @@ -99,7 +99,7 @@ func StartUpdateChecker(currentVersion string, currentCommit string, cfg *config s.AddFunc("@every 100h", func() { actualCheckForUpdate(payload) }) - + go actualCheckForUpdate(payload) // On startup go s.Start()