Fix typo in path

This commit is contained in:
Pierre-Yves Chibon 2015-05-14 00:07:09 +02:00
parent b170f41b33
commit 65edd60cb1

View file

@ -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/'