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

@@ -50,8 +50,8 @@ func initVersionExport() (err error) {
}
return module.RegisterEventHook(
"updates",
eventVersionUpdate,
ModuleName,
VersionUpdateEvent,
"export version status",
export,
)