From a02e066ecefa246caa518629ffb17473d17c752b Mon Sep 17 00:00:00 2001 From: Valentin Gologuzov Date: Tue, 4 Aug 2015 16:22:47 +0200 Subject: [PATCH] typo syntax --- roles/copr/frontend/templates/copr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 21f7c9d163..6efcf69fcc 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -61,4 +61,4 @@ ENFORCE_PROTOCOL_FOR_BACKEND_URL = "https" ENFORCE_PROTOCOL_FOR_FRONTEND_URL = "https" {% endif %} -DIST_GIT_URL=http://{{ dist_git_base_url }}/cgit +DIST_GIT_URL="http://{{ dist_git_base_url }}/cgit"