diff --git a/updates/main.go b/updates/main.go index a03f822d..c6feb6e2 100644 --- a/updates/main.go +++ b/updates/main.go @@ -211,7 +211,6 @@ func checkForUpdates(ctx context.Context) (err error) { defer func() { if err == nil { module.Resolve(updateInProgress) - module.Resolve(updateFailed) } else { module.Warning(updateFailed, "Failed to check for updates: "+err.Error()) }