diff options
Diffstat (limited to 'roles/gitolite')
| -rw-r--r-- | roles/gitolite/templates/gitolite.rc.j2 | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/gitolite/templates/gitolite.rc.j2 b/roles/gitolite/templates/gitolite.rc.j2 index 9695d2f..39ad211 100644 --- a/roles/gitolite/templates/gitolite.rc.j2 +++ b/roles/gitolite/templates/gitolite.rc.j2 @@ -73,7 +73,7 @@          # or you can use this, which lets you put everything in a subdirectory          # called "local" in your gitolite-admin repo.  For a SECURITY WARNING          # on this, see http://gitolite.com/gitolite/cust.html#pushcode -        # LOCAL_CODE                =>  "$rc{GL_ADMIN_BASE}/local", +        LOCAL_CODE                =>  "$rc{GL_ADMIN_BASE}/local",      # ------------------------------------------------------------------ @@ -157,7 +157,7 @@              # 'cgit',              # allow repo-specific hooks to be added -            # 'repo-specific-hooks', +            'repo-specific-hooks',          # performance, logging, monitoring...  | 
