Fix updater and add more logging to filterlist

This commit is contained in:
Patrick Pacher
2020-04-14 14:41:55 +02:00
parent ef560447ae
commit 568674bdf8
2 changed files with 11 additions and 3 deletions

View File

@@ -165,6 +165,9 @@ func checkForUpdates(ctx context.Context) error {
if err != nil {
return fmt.Errorf("updates: failed to update: %w", err)
}
registry.SelectVersions()
module.TriggerEvent(ResourceUpdateEvent, nil)
return nil
}