Poddlers: fix callback names

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-07-05 08:17:18 +02:00
parent 34733fa9ec
commit 94971eda9d
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -16,7 +16,7 @@ poddlers_toddlers:
- "org.fedoraproject.*.toddlers.trigger.clean_retired_packages"
- name: distgit-bugzilla-sync
callback: distgit_bugzilla_sync.DistgitBugzillaSync
callback: distgit_bugzilla_sync:DistgitBugzillaSync
topics:
- "org.fedoraproject.*.toddlers.trigger.distgit_bugzilla_sync"
@ -48,7 +48,7 @@ poddlers_toddlers:
- "org.fedoraproject.*.toddlers.trigger.packager_bugzilla_sync"
- name: packagers-without-bugzilla
callback: packagers_without_bugzilla:PackagerWithoutBugzilla
callback: packagers_without_bugzilla:PackagersWithoutBugzilla
topics:
- "org.fedoraproject.*.toddlers.trigger.packagers_without_bugzilla"