From 4d7eab05c404072a88c6fb5bad157d4d8ded4253 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 23 Feb 2018 20:36:23 +0100 Subject: [PATCH] Fix typo --- tests/makephar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/makephar.sh b/tests/makephar.sh index 2104e183..526524d5 100755 --- a/tests/makephar.sh +++ b/tests/makephar.sh @@ -56,5 +56,5 @@ for chat_id in $destinations;do $TRAVIS_COMMIT_MESSAGE" -F parse_mode="HTML" -F chat_id=$chat_id | JSON.sh/JSON.sh -s | egrep '\["result","message_id"\]' | cut -f 2 | cut -d '"' -f 2) #echo "$TRAVIS_COMMIT_MESSAGE" | grep -q release_phar && curl -s https://api.telegram.org/bot$token/sendDocument -F caption="md5: $(md5sum madeline.phar | sed 's/\s.*//g') -commit: $TRAVIS_COMMIT" -F chat_id=$chat_id -F document=@madeline.phar -F reply_to_message_id=$ID +#commit: $TRAVIS_COMMIT" -F chat_id=$chat_id -F document=@madeline.phar -F reply_to_message_id=$ID done