Skip to content

Commit 8107d20

Browse files
committed
Fixed a copy&paste typo
1 parent ce82157 commit 8107d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_mk_telegram-notify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [ -z ${NOTIFY_PARAMETER_2} ]; then
2525
CHAT_ID="${NOTIFY_CONTACT_TELEGRAMCHAT}"
2626
fi
2727
else
28-
CHAT_ID="${NOTIFY_CONTACT_TELEGRAMCHAT}"
28+
CHAT_ID="${NOTIFY_PARAMETER_2}"
2929
fi
3030

3131
# Privacy settings to anonymize/masking IP addresses

0 commit comments

Comments
 (0)