Skip to content

Commit

Permalink
Fix Discord webhook payload (#16257)
Browse files Browse the repository at this point in the history
(cherry picked from commit b549f59)
  • Loading branch information
luchaos authored and tkatsoulas committed Oct 26, 2023
1 parent 5899e6f commit 0172acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion health/notifications/alarm-notify.sh.in
Expand Up @@ -1786,7 +1786,7 @@ send_discord() {
"text": "${info}",
"fields": [
{
"title": "${chart}",
"title": "${chart}"
}
],
"thumb_url": "${image}",
Expand Down

0 comments on commit 0172acb

Please sign in to comment.