summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-09-06 01:28:33 +0000
committerEvan Read <eread@gitlab.com>2019-09-06 01:28:33 +0000
commit84b5f1e543799fe1dbdf8f7ce532da6dfd36b566 (patch)
tree8d8280b8d63b6bb63d5b44c1e34528c5e405124c
parent86fa2fe1fdee8414f2938f16e364fe40b42d476d (diff)
parentf0c59b9245b0c4901db664dbac418df82eed8a62 (diff)
downloadgitlab-ce-67087-backfill-graphql-type-field-descriptions.tar.gz
Merge branch 'TheToddLuci0-master-patch-38747' into 'master'67087-backfill-graphql-type-field-descriptions
Update to use -e to pass environment See merge request gitlab-org/gitlab-ce!32495
-rw-r--r--doc/security/reset_root_password.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/security/reset_root_password.md b/doc/security/reset_root_password.md
index ec360e2d338..00c9dc1407d 100644
--- a/doc/security/reset_root_password.md
+++ b/doc/security/reset_root_password.md
@@ -9,7 +9,7 @@ To reset your root password, first log into your server with root privileges.
Start a Ruby on Rails console with this command:
```bash
-gitlab-rails console production
+gitlab-rails console -e production
```
Wait until the console has loaded.