summaryrefslogtreecommitdiff
path: root/doc/reply_by_email/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reply_by_email/README.md')
-rw-r--r--doc/reply_by_email/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reply_by_email/README.md b/doc/reply_by_email/README.md
index 6c3d191cc71..b33303c7be8 100644
--- a/doc/reply_by_email/README.md
+++ b/doc/reply_by_email/README.md
@@ -92,7 +92,7 @@ In this example, we'll use the Gmail address `gitlab-replies@gmail.com`.
7. Check if everything is configured correctly:
```sh
- sudo bundle exec rake gitlab:reply_by_email:check RAILS_ENV=production
+ sudo -u git -H bundle exec rake gitlab:reply_by_email:check RAILS_ENV=production
```
8. Reply by email should now be working.