diff --git a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 index 7c0de1a535..11ad3be74d 100644 --- a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 +++ b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 @@ -66,13 +66,13 @@ DRY_RUN = False FASURL = 'https://admin.stg.fedoraproject.org/accounts' FASINSECURE = True PAGUREURL = 'https://stg.pagure.io' -PAGURE_DIST_GIT_URL = 'https://src.stg.fedoraproject.org/pagure/' +PAGURE_DIST_GIT_URL = 'https://src.stg.fedoraproject.org' MDAPIURL = 'https://apps.stg.fedoraproject.org/mdapi/' {% else %} FASURL = 'https://admin.fedoraproject.org/accounts' FASINSECURE = False PAGUREURL = 'https://pagure.io' -PAGURE_DIST_GIT_URL = 'https://src.fedoraproject.org/pagure/' +PAGURE_DIST_GIT_URL = 'https://src.fedoraproject.org' MDAPIURL = 'https://apps.fedoraproject.org/mdapi/' {% endif %}