From b1d54a9d967b7f06c4b34bb1625e4e654d0e51ac Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 24 Apr 2015 17:34:47 +0000 Subject: [PATCH] Add forgotten slash. --- roles/distgit/templates/cgit-header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',