From 5f6b14be02320faf99ee0face3bf6b556c682550 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Jun 09 2018 12:57:12 +0000 Subject: Fix syntax error on sample gitolite3.rc file There is a missing comma after the value set for 'GL_REPO_BASE', which leads to syntax errors and gitolite failing to process it. Signed-off-by: Neal Gompa --- diff --git a/files/gitolite3.rc b/files/gitolite3.rc index 7db7cc8..8b7147f 100644 --- a/files/gitolite3.rc +++ b/files/gitolite3.rc @@ -16,7 +16,7 @@ # ------------------------------------------------------------------ - GL_REPO_BASE => '/path/to/git/repositories' + GL_REPO_BASE => '/path/to/git/repositories', # default umask gives you perms of '0700'; see the rc file docs for # how/why you might change this