From e44404d32e99ae546060b1837bee9c408bfc42e9 Mon Sep 17 00:00:00 2001 From: Sushrut1101 Date: Thu, 3 Mar 2022 18:53:49 +0530 Subject: [PATCH] Fix Telegram Messaging Again Signed-off-by: Sushrut1101 --- build.sh | 2 +- upload.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 51847f89..b2d12bdd 100644 --- a/build.sh +++ b/build.sh @@ -45,7 +45,7 @@ printf \ TG_TEXT=$(< tg.md) -telegram_message $TG_TEXT +telegram_message "${TG_TEXT}" echo " " # Prepare the Build Environment diff --git a/upload.sh b/upload.sh index f3add12b..c8212ade 100644 --- a/upload.sh +++ b/upload.sh @@ -65,7 +65,7 @@ printf \ TG_TEXT=$(< tg.md) -telegram_message $TG_TEXT +telegram_message "$TG_TEXT" echo " "