diff --git a/contrib/notify.sh b/contrib/notify.sh index 4c43cb6..9aeb7b7 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": "'$1'"}' \ + -d '{"username": "system", "content": "'"$1"'"}' \ $DISCORD_STATUS_WEBHOOK_URL