diff --git a/HowtoGitlab/11.md b/HowtoGitlab/11.md index b2d7cae5..ece8daef 100644 --- a/HowtoGitlab/11.md +++ b/HowtoGitlab/11.md @@ -315,7 +315,6 @@ Installation : ~~~ $ bundle exec rake "gitlab:gitaly:install[/home/foo/gitaly,/home/foo/repositories]" RAILS_ENV=production $ chmod 0700 /home/foo/gitlab/tmp/sockets/private -$ chown git /home/foo/gitlab/tmp/sockets/private $ cd /home/foo/gitaly $ sed -i -e 's@/home/git@/home/foo@g' config.toml $ cd -