summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2018-03-20 21:33:28 -0500
committerEric Eastwood <contact@ericeastwood.com>2018-03-20 21:36:46 -0500
commit729d546d9d93e62d34011b14daa629cf823d9aa9 (patch)
tree8248dadb394dc1f9f1066f3ce825b44f00f2dae8
parent956bd6a45861dccc40591e02cf36e895a6fc4f5b (diff)
downloadgitlab-ce-docs/clarify-mail-room-procfile-location.tar.gz
Clarify location of Procfile for mail_roomdocs/clarify-mail-room-procfile-location
-rw-r--r--doc/development/emails.md2
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