Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/emails.md')
-rw-r--r--doc/development/emails.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/emails.md b/doc/development/emails.md
index 2c5f3be45d8..5617d9d43f2 100644
--- a/doc/development/emails.md
+++ b/doc/development/emails.md
@@ -65,13 +65,13 @@ See the [Rails guides](https://guides.rubyonrails.org/action_mailer_basics.html#
1. Run this command in the GitLab root directory to launch `mail_room`:
- ```sh
+ ```shell
bundle exec mail_room -q -c config/mail_room.yml
```
1. Verify that everything is configured correctly:
- ```sh
+ ```shell
bundle exec rake gitlab:incoming_email:check RAILS_ENV=development
```