Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-15 04:16:25 +0400
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-20 19:54:28 +0400
commit19eb63741995e3be60781db74edab5d5ae896c6b (patch)
tree349c2f0d63b4bf89500de1c8c3ee5887dc981e68 /app/views/errors
parentb2e46f44ceee2078b8e1d92ae5ff892c044bc0e7 (diff)
Update uses of Gitolite.config.foo settings
Diffstat (limited to 'app/views/errors')
-rw-r--r--app/views/errors/gitolite.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/errors/gitolite.html.haml b/app/views/errors/gitolite.html.haml
index 6eec95836d6..590bca71dd4 100644
--- a/app/views/errors/gitolite.html.haml
+++ b/app/views/errors/gitolite.html.haml
@@ -21,5 +21,5 @@
Permissions:
%pre
= preserve do
- sudo chown -R git:git #{Gitlab.config.git_base_path}
- sudo chmod -R ug+rwXs #{Gitlab.config.git_base_path}
+ sudo chown -R git:git #{Gitlab.config.gitolite.repos_path}
+ sudo chmod -R ug+rwXs #{Gitlab.config.gitolite.repos_path}