Fix typo in email in the pkgdb2 config file
This commit is contained in:
parent
149a37bdd3
commit
881f4e3cda
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ PKGDB2_BUGZILLA_PASSWORD = '{{ bugzilla_password }}'
|
|||
# Settings specific to the ``pkgdb-sync-bugzilla`` script/cron
|
||||
PKGDB2_BUGZILLA_NOTIFY_EMAIL = [
|
||||
'kevin@fedoraproject.org',
|
||||
'pingou@fedoraproject']
|
||||
'pingou@fedoraproject.org']
|
||||
BUGZILLA_COMPONENT_API = "component.get"
|
||||
PKGDB2_BUGZILLA_NOTIFY_USER = '{{ bugzilla_user }}'
|
||||
PKGDB2_BUGZILLA_NOTIFY_PASSWORD = '{{ bugzilla_password }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue