From cc13de5db569ff95d0b56f84c4a21b1f2db9a96a Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 30 Mar 2021 23:24:05 +0200 Subject: [PATCH] Update script --- tests/makephar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/makephar.sh b/tests/makephar.sh index f3ca19747..d21567cc5 100755 --- a/tests/makephar.sh +++ b/tests/makephar.sh @@ -190,7 +190,7 @@ cd .. echo "$COMMIT_MESSAGE" | grep "Apply fixes from StyleCI" && exit [ -d JSON.sh ] || git clone https://github.com/dominictarr/JSON.sh -for chat_id in $destinations;do +for chat_id in $DESTINATIONS;do ID=$(curl -s https://api.telegram.org/bot$BOT_TOKEN/sendMessage -F disable_web_page_preview=1 -F text=" Recent Commits to MadelineProto:$BRANCH $COMMIT_MESSAGE (PHP $PHP_MAJOR_VERSION.$PHP_MINOR_VERSION)