summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaverik Gately <venomed@gmail.com>2016-01-27 14:27:57 +0000
committerMaverik Gately <venomed@gmail.com>2016-01-27 14:27:57 +0000
commit6e6b5df60c9b0a347d4b1635888dba8413e9eb21 (patch)
tree4820541522075496a7e85e5de78811eaa7a56a95
parenta93f7099fa2ed98746ebfb5e55322d0afb5068f8 (diff)
downloadgitlab-ce-6e6b5df60c9b0a347d4b1635888dba8413e9eb21.tar.gz
add missing `RAILS_ENV=production` bit to bundle command
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1eabbdc5cad..1bd91f0bdce 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -147,7 +147,7 @@ sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true)
sudo gitlab-rake gitlab:env:info)
(For installations from source run and paste the output of:
-sudo -u git -H bundle exec rake gitlab:env:info)
+sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production)
## Possible fixes