Fix linter warnings

This commit is contained in:
Patrick Pacher
2020-07-22 16:17:11 +02:00
parent 8754eabfe0
commit 92c25b2ed4
2 changed files with 5 additions and 4 deletions

View File

@@ -188,7 +188,7 @@ func runAndRestart(opts *Options, args []string) error {
// if we are constantly failing or a restart was requested
// try to update the resources.
log.Printf("updating registry index")
updateRegistryIndex(false)
_ = updateRegistryIndex(false) // will always return nil
}
}
}