Fix linter warnings
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user