Fix linter warnings

This commit is contained in:
Patrick Pacher
2020-04-21 15:36:06 +02:00
parent 9be175c238
commit 27ed6da45f
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ func updateRegistryConfig(_ context.Context, _ interface{}) error {
if forceUpdate {
module.Resolve(updateFailed)
TriggerUpdate()
_ = TriggerUpdate()
log.Infof("Automatic updates enabled again.")
} else {
module.Warning(updateFailed, "Updates are disabled!")