From d39f09af1254124ae198aba6d35557f9c7b29baf Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 17 Aug 2017 15:18:34 +0000 Subject: Another typofix. --- roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit