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
path: root/lib
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2013-02-02 00:06:15 +0400
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2013-02-02 00:06:44 +0400
commit42dd006dfc39fc637027a6c2c8c659febde24ad6 (patch)
treec32a46044a84f3823af53b0bce8eca53194c5413 /lib
parent003c3121049aef98bf37f048563b2ab892207620 (diff)
Small fixes to the installation guide and check task
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/gitlab/check.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake
index 5e25d1b5d4b..27e94fca922 100644
--- a/lib/tasks/gitlab/check.rake
+++ b/lib/tasks/gitlab/check.rake
@@ -730,7 +730,7 @@ namespace :gitlab do
puts "no".red
try_fixing_it(
"sudo chmod -R ug+rwX,o-rwx #{repo_base_path}",
- "sudo chmod -R u-s #{repo_base_path}",
+ "sudo chmod -R ug-s #{repo_base_path}",
"find #{repo_base_path} -type d -print0 | sudo xargs -0 chmod g+s"
)
for_more_information(