From a4c429a0e0ebeed243c06dbcf6e91cc8ef52e3de Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Thu, 29 Jul 2021 20:03:39 -0400 Subject: [PATCH] Update comment for testing purposes --- alerting/provider/custom/custom.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alerting/provider/custom/custom.go b/alerting/provider/custom/custom.go index 5398d10f..39fa44a6 100644 --- a/alerting/provider/custom/custom.go +++ b/alerting/provider/custom/custom.go @@ -36,7 +36,7 @@ type AlertProvider struct { func (provider *AlertProvider) IsValid() bool { if provider.ClientConfig == nil { provider.ClientConfig = client.GetDefaultConfig() - // XXX: remove the next 3 lines in v3.0.0 + // XXX: remove the next 4 lines in v3.0.0 if provider.Insecure { log.Println("WARNING: alerting.*.insecure has been deprecated and will be removed in v3.0.0 in favor of alerting.*.client.insecure") provider.ClientConfig.Insecure = true