From dd68f9a52c168e21b16ad560aa9da1032d4bbf18 Mon Sep 17 00:00:00 2001 From: Fabian Rodriguez Date: Thu, 19 Dec 2024 14:41:25 -0300 Subject: [PATCH] Fix env variable assignment --- app/_includes/prereqs/event-hook/slack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_includes/prereqs/event-hook/slack.md b/app/_includes/prereqs/event-hook/slack.md index 34398910..3c5e39c7 100644 --- a/app/_includes/prereqs/event-hook/slack.md +++ b/app/_includes/prereqs/event-hook/slack.md @@ -3,6 +3,6 @@ To create an event hook that pushes information to Slack you will need to config 1. Create an application in [Slack](https://api.slack.com/apps?new_app=1) 2. From the application select **Incoming Webhooks** and activate incoming webhooks. 3. Copy the **Webhook URL** from the Slack application dashboard and set it as an environment variable: - `export SLACK_WEBHOOK_URL= ` + `export SLACK_WEBHOOK_URL=` 4. In Slack, add your application to a channel.