Skip to content

Commit 3993e6a

Browse files
authored
Add newline
1 parent 2a012a7 commit 3993e6a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

alerts/telegram.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
curl -s -X POST https://api.telegram.org/bot$TELEGRAM_BOT_TOKEN/sendMessage \
44
-d chat_id=$TELEGRAM_CHAT_ID \
55
-d text="$1" \
6-
-d disable_notification=true
6+
-d disable_notification=true
7+

0 commit comments

Comments
 (0)