From 1e0522bd37b26b78b19e7d12179026849b41d7c2 Mon Sep 17 00:00:00 2001 From: Bryan Killian Date: Thu, 4 May 2017 16:41:53 +0000 Subject: [PATCH] Update slack.md --- doc/user/project/integrations/slack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/project/integrations/slack.md b/doc/user/project/integrations/slack.md index af4ca35a215f57..cac4a014855535 100644 --- a/doc/user/project/integrations/slack.md +++ b/doc/user/project/integrations/slack.md @@ -19,7 +19,7 @@ The Slack Notifications Service allows your GitLab project to send events (e.g. 1. For each event, optionally enter the Slack channel where you want to send the event. (Do _not_ include the `#` symbol.) If left empty, the event will be sent to the default channel that you configured in the Slack Configuration step. 1. Paste the **Webhook URL** that you copied from the Slack Configuration step. 1. Optionally customize the Slack bot username that will be sending the notifications. -1. Configure the remaining options and click `Save changes`. +1. Configure the remaining options and click `Save changes`, please note if the repository is empty you will receive an error when testing the integration. Your Slack team will now start receiving GitLab event notifications as configured. -- GitLab