Merge branch 'TheToddLuci0-master-patch-38747' into 'master'

Update to use -e to pass environment

See merge request gitlab-org/gitlab-ce!32495
This commit is contained in:
Evan Read 2019-09-06 01:28:33 +00:00
commit 84b5f1e543
1 changed files with 1 additions and 1 deletions

View File

@ -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.