Update to use -e as passing as

"DEPRECATION WARNING: Passing the environment's name as a regular 
argument is deprecated and will be removed in the next Rails 
version. Please, use the -e option instead."
This commit is contained in:
TheToddLuci0 2019-08-31 23:00:14 +00:00
parent dc86492724
commit f0c59b9245
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.