From 4308f2c1efe1c7975d711156472f184a2bf530ae Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sat, 24 Apr 2021 16:59:33 -0400 Subject: [PATCH] Add missing comment --- alerting/provider/slack/slack.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alerting/provider/slack/slack.go b/alerting/provider/slack/slack.go index 3a81a0ad..4524ff5b 100644 --- a/alerting/provider/slack/slack.go +++ b/alerting/provider/slack/slack.go @@ -10,7 +10,7 @@ import ( // AlertProvider is the configuration necessary for sending an alert using Slack type AlertProvider struct { - WebhookURL string `yaml:"webhook-url"` + WebhookURL string `yaml:"webhook-url"` // Slack webhook URL } // IsValid returns whether the provider's configuration is valid