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

@@ -90,7 +90,7 @@ func start() error {
TriggerUpdateEvent,
"Check for and download available updates",
func(context.Context, interface{}) error {
TriggerUpdate()
_ = TriggerUpdate()
return nil
},
); err != nil {