From 5469e92f937a3553db006c02178c71a37490f414 Mon Sep 17 00:00:00 2001
From: a <a@trwnh.com>
Date: Wed, 12 Mar 2025 03:35:38 +0000
Subject: [PATCH] Update contrib/notify.sh

---
 contrib/notify.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/notify.sh b/contrib/notify.sh
index 951b298..4c43cb6 100644
--- a/contrib/notify.sh
+++ b/contrib/notify.sh
@@ -3,5 +3,5 @@
 curl \
         -X POST \
         -H "Content-Type: application/json" \
-        -d \'{"username": "system", "content": "umi instance failed: `'$1'` has stopped"}\' \
+        -d '{"username": "system", "content": "'$1'"}' \
         $DISCORD_STATUS_WEBHOOK_URL