diff --git a/files/gitolite.rc b/files/gitolite.rc index ecfb69e..2481600 100755 --- a/files/gitolite.rc +++ b/files/gitolite.rc @@ -21,7 +21,7 @@ # like "/bigdisk" or whatever if your $HOME is too small for the repos, for # example -$REPO_BASE="/srv/git/progit/"; +$REPO_BASE="/srv/git/repositories/"; # the default umask for repositories is 0077; change this if you run stuff # like gitweb and find it can't read the repos. Please note the syntax; the