diff --git a/roles/distgit/templates/cgit-header.html b/roles/distgit/templates/cgit-header.html index f08c4a91e6..b5263fc6e4 100644 --- a/roles/distgit/templates/cgit-header.html +++ b/roles/distgit/templates/cgit-header.html @@ -10,7 +10,7 @@ {% if env == 'staging' %} var base = 'https://apps.stg.fedoraproject.org/'; {% else %} -var base = 'https://apps.fedoraproject.org'; +var base = 'https://apps.fedoraproject.org/'; {% endif %} fedmenu({ 'url': base + 'js/data.js',