From 0172acbf425ba941229b72e26df2030fa1220a83 Mon Sep 17 00:00:00 2001 From: luchaos Date: Sun, 22 Oct 2023 23:54:51 +0200 Subject: [PATCH] Fix Discord webhook payload (#16257) (cherry picked from commit b549f59bc101ccf2ebee87667ce4ccb68f83ecee) --- health/notifications/alarm-notify.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/health/notifications/alarm-notify.sh.in b/health/notifications/alarm-notify.sh.in index 579e4910e26a9f..217bc6486404bb 100755 --- a/health/notifications/alarm-notify.sh.in +++ b/health/notifications/alarm-notify.sh.in @@ -1786,7 +1786,7 @@ send_discord() { "text": "${info}", "fields": [ { - "title": "${chart}", + "title": "${chart}" } ], "thumb_url": "${image}",