CONTRIBUTING.md : Information is not correct?
Created by: andrewwutw
In file :
https://github.com/gitlabhq/gitlabhq/blob/master/CONTRIBUTING.md#issue-tracker-guidelines
The text is :
...
6. Output of checks
...
Describe your setup (use relevant parts from sudo -u gitlab -H bundle exec rake gitlab:env:info
)
I think the command line should be : sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
.