diff options
author | Ralph Bean <rbean@redhat.com> | 2017-08-17 15:18:34 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2017-08-17 15:18:34 +0000 |
commit | d39f09af1254124ae198aba6d35557f9c7b29baf (patch) | |
tree | 6c6f72c4a38b20e716bb45fe8e2d38f8607d5a54 | |
parent | d9853d716d375ce59b1be4135476f795bcb49f41 (diff) | |
download | ansible-d39f09af1254124ae198aba6d35557f9c7b29baf.tar.gz ansible-d39f09af1254124ae198aba6d35557f9c7b29baf.tar.xz ansible-d39f09af1254124ae198aba6d35557f9c7b29baf.zip |
Another typofix.
-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. |