mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-12-28 20:52:36 +00:00
fix echo -"
This commit is contained in:
parent
272fc0b311
commit
64255eb17c
@ -31,7 +31,7 @@ if [ ! -w "." ]; then
|
||||
fi
|
||||
|
||||
if [ ! -f "JSON.sh/JSON.sh" ]; then
|
||||
echo -"You did not clone recursively! Downloading JSON.sh..."
|
||||
echo "You did not clone recursively! Downloading JSON.sh..."
|
||||
git clone http://github.com/dominictarr/JSON.sh
|
||||
echo "JSON.sh has been downloaded. Proceeding."
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user