diff options
-rw-r--r-- | roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 index d23b9aeed..e3f69d274 100644 --- a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 +++ b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 @@ -117,7 +117,7 @@ PRODUCTS = { # This maps bugzilla products to "lead" branches in PDC. If the lead branch is # retired, then we in turn set the default assignee to "orphan" for all new bugs # in the given product. -PRODUCT_TO_LEAD_BRANCH = { +PRODUCTS_TO_LEAD_BRANCH = { # If rawhide is retired, then all new bugs go to orphan for Fedora. 'Fedora': 'master', # Same for containers. |