From 65edd60cb1075c1ba5de8ed2bf1fcdae92a33d22 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 14 May 2015 00:07:09 +0200 Subject: [PATCH] Fix typo in path --- roles/pagure/templates/pagure.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pagure/templates/pagure.cfg b/roles/pagure/templates/pagure.cfg index 8e55dbcc0b..548de3439f 100644 --- a/roles/pagure/templates/pagure.cfg +++ b/roles/pagure/templates/pagure.cfg @@ -74,7 +74,7 @@ GITOLITE_HOME = '/srv/git/' GITOLITE_KEYDIR = '/srv/git/.gitolite/keydir/' ### Path to the gitolite.rc file -GL_RC = '/srv/gito/.gitolite.rc' +GL_RC = '/srv/git/.gitolite.rc' ### Path to the /bin directory where the gitolite tools can be found GL_BINDIR = '/usr/bin/'