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:
authorKei Kubo <keikubo@gmail.com>2012-04-11 23:13:38 +0400
committerKei Kubo <keikubo@gmail.com>2012-04-11 23:13:38 +0400
commit700eec6672b7eeb3f8e52b802d3e3ecadd08c339 (patch)
tree82e52bd5e7e5a5f961c399900214afa532c48085 /app/views/errors
parent51ca0abf1060e86b1f40aada80ed62b9f10833c0 (diff)
added = preserve to some pre statements
Diffstat (limited to 'app/views/errors')
-rw-r--r--app/views/errors/gitolite.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/errors/gitolite.html.haml b/app/views/errors/gitolite.html.haml
index 41d7d83a1c9..ccee757378d 100644
--- a/app/views/errors/gitolite.html.haml
+++ b/app/views/errors/gitolite.html.haml
@@ -14,5 +14,6 @@
%p
Try:
%pre
- sudo chmod -R 770 /home/git/repositories/
- sudo chown -R git:git /home/git/repositories/
+ = preserve do
+ sudo chmod -R 770 /home/git/repositories/
+ sudo chown -R git:git /home/git/repositories/