fix echo -"

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2019-03-28 14:29:33 +01:00
parent 272fc0b311
commit 64255eb17c
1 changed files with 1 additions and 1 deletions

View File

@ -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