From ebd8c785628d3578d8a6a068b59dad561b6e143b Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 9 Nov 2016 19:57:22 -0600 Subject: [PATCH] wording --- envoy.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/envoy.md b/envoy.md index 68ce089b69e..4dbc8bacca4 100644 --- a/envoy.md +++ b/envoy.md @@ -167,12 +167,6 @@ If you would like to be prompted for confirmation before running a given task on Envoy also supports sending notifications to [Slack](https://slack.com) after each task is executed. The `@slack` directive accepts a Slack hook URL and a channel name. You may retrieve your webhook URL by creating an "Incoming WebHooks" integration in your Slack control panel. You should pass the entire webhook URL into the `@slack` directive: - @after - @slack('webhook-url', '#bots') - @endafter - -If you would like to send notifications just once when all tasks have been finished, you may use `@finished` directive. - @finished @slack('webhook-url', '#bots') @endfinished