summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-05-31 00:24:49 -0700
committerYves Senn <yves.senn@gmail.com>2013-05-31 00:24:49 -0700
commitee2124b7e935bb8bbe7a33c1a276efa296311b28 (patch)
tree0e7d2b375d27c4732313d44e66c93f954be0ed48
parent132575faa07384dd738e06b96ad892912d8a2725 (diff)
parent1036ab2415bfbeba8313d5b9b5008284343b569f (diff)
downloadgitlab-ce-ee2124b7e935bb8bbe7a33c1a276efa296311b28.tar.gz
Merge pull request #4147 from andrewwutw/fix-issue-tracker-guidelines-cmd-line
Fix rake gitlab:env:info command line in Issue tracker guidelines.
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5b50535111b..9084d99db3a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -27,7 +27,7 @@ Please send a pull request with a tested solution or a pull request with a faili
* Results of GitLab [Application Check](doc/install/installation.md#check-application-status) (`sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production`); we will only investigate if the tests are passing
* Version of GitLab you are running; we will only investigate issues in the latest stable and development releases as per the [maintenance policy](MAINTENANCE.md)
* Add the last commit sha1 of the GitLab version you used to replicate the issue (obtainable from the help page)
- * Describe your setup (use relevant parts from `sudo -u gitlab -H bundle exec rake gitlab:env:info`)
+ * Describe your setup (use relevant parts from `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)
7. **Possible fixes**: If you can, link to the line of code that might be responsible for the problem
## Pull requests