diff options
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/emails.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/emails.md b/doc/development/emails.md index 677029b1295..aee95dd0260 100644 --- a/doc/development/emails.md +++ b/doc/development/emails.md @@ -60,7 +60,7 @@ See the [Rails guides] for more info. As mentioned, the part after `+` is ignored, and this will end up in the mailbox for `gitlab-incoming@gmail.com`. -1. Uncomment the `mail_room` line in your `Procfile`: +1. Uncomment the `mail_room` line in your `Procfile` (here in the app, not in the GDK root): ```yaml mail_room: bundle exec mail_room -q -c config/mail_room.yml |