Skip to content

Commit

Permalink
Fix Telegram Messaging Again
Browse files Browse the repository at this point in the history
Signed-off-by: Sushrut1101 <[email protected]>
  • Loading branch information
Sushrut1101 committed Mar 3, 2022
1 parent 81a88c4 commit e44404d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ printf \

TG_TEXT=$(< tg.md)

telegram_message $TG_TEXT
telegram_message "${TG_TEXT}"
echo " "

# Prepare the Build Environment
Expand Down
2 changes: 1 addition & 1 deletion upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ printf \

TG_TEXT=$(< tg.md)

telegram_message $TG_TEXT
telegram_message "$TG_TEXT"

echo " "

Expand Down

0 comments on commit e44404d

Please sign in to comment.