Export updates module event names

This commit is contained in:
Patrick Pacher
2020-04-03 14:17:33 +02:00
committed by ppacher
parent a5fd348b96
commit 85b5cf02a4
5 changed files with 30 additions and 15 deletions

View File

@@ -56,7 +56,7 @@ func updateRegistryConfig(_ context.Context, _ interface{}) error {
if changed {
registry.SelectVersions()
module.TriggerEvent(eventVersionUpdate, nil)
module.TriggerEvent(VersionUpdateEvent, nil)
}
return nil