Commit 211bc5d387d1ec7d80f712d1b5934790334be619
1 parent
4015d0f2
Exists in
master
and in
90 other branches
Fixed repositories path
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
cookbooks/gitlab/templates/gitlab-shell.yml.erb
cookbooks/gitlab/templates/gitlab.yml.erb
... | ... | @@ -29,7 +29,7 @@ production: &base |
29 | 29 | path: /var/lib/gitlab/backups |
30 | 30 | gitlab_shell: |
31 | 31 | path: /usr/lib/gitlab-shell |
32 | - repos_path: /var/lib/gitlab/repositories/ | |
32 | + repos_path: /var/lib/gitlab-shell/repositories/ | |
33 | 33 | hooks_path: /usr/lib/gitlab-shell/hooks/ |
34 | 34 | # Git over HTTP |
35 | 35 | upload_pack: true | ... | ... |