From 74fab3b93b39ba867c45446c1f5c8bb6776abe49 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 5 Aug 2015 16:28:00 +0200 Subject: [PATCH] Fix the GIT_URL for the new pagure version --- roles/pagure/frontend/templates/pagure.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/pagure/frontend/templates/pagure.cfg b/roles/pagure/frontend/templates/pagure.cfg index c0c7101675..a79d69714a 100644 --- a/roles/pagure/frontend/templates/pagure.cfg +++ b/roles/pagure/frontend/templates/pagure.cfg @@ -48,8 +48,8 @@ DOC_APP_URL = 'https://docs.pagure.org' GIT_URL_SSH = 'ssh://git@stg.pagure.io/' GIT_URL_GIT = 'https://stg.pagure.io/' {% else %} -GIT_URL_SSH = 'git@pagure.io' -GIT_URL_GIT = 'https://pagure.io' +GIT_URL_SSH = 'ssh://git@pagure.io/' +GIT_URL_GIT = 'https://pagure.io/' {% endif %} ### The IP addresses allowed for the internal endpoints