summaryrefslogtreecommitdiff
path: root/doc/administration/troubleshooting/debug.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-28 06:09:19 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-28 06:09:19 +0000
commitca2a7ed5bd43483f10fd74f46f31e32614889738 (patch)
treec16d2c56077a4453c6d975c231bf3d5a79114ea2 /doc/administration/troubleshooting/debug.md
parent597a43f359c3096d845e764b90439743962e5961 (diff)
downloadgitlab-ce-ca2a7ed5bd43483f10fd74f46f31e32614889738.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/troubleshooting/debug.md')
-rw-r--r--doc/administration/troubleshooting/debug.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/troubleshooting/debug.md b/doc/administration/troubleshooting/debug.md
index 01d143d045e..db8d186db43 100644
--- a/doc/administration/troubleshooting/debug.md
+++ b/doc/administration/troubleshooting/debug.md
@@ -11,13 +11,13 @@ an SMTP server, but you're not seeing mail delivered. Here's how to check the se
1. Run a Rails console:
```shell
- sudo gitlab-rails console production
+ sudo gitlab-rails console -e production
```
or for source installs:
```shell
- bundle exec rails console production
+ bundle exec rails console -e production
```
1. Look at the ActionMailer `delivery_method` to make sure it matches what you