Skip to content

Commit

Permalink
Fix Discord webhook payload (#16257)
Browse files Browse the repository at this point in the history
  • Loading branch information
luchaos committed Oct 22, 2023
1 parent 538035f commit b549f59
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 b549f59

Please sign in to comment.