mistake in variable

This commit is contained in:
NeoPlayer13
2023-08-08 19:45:53 -05:00
committed by GitHub
parent 0746173c34
commit 98282e6ee9
+1 -1
View File
@@ -163,7 +163,7 @@ function sendDiscord {
fi
#var verification
if [ "$discordWebhookUrl" == "" ]; then
if [ "$discordWebhookURL" == "" ]; then
echo "Can't send message without a Discord webhook URL" 1>&2
addLog "Can't send message without a Discord webhook URL"
return 1