From 64255eb17c3309823858f0cc2bf442c45ddb3f38 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Thu, 28 Mar 2019 14:29:33 +0100 Subject: [PATCH] fix echo -" --- bashbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashbot.sh b/bashbot.sh index fbf3f74..6a4588e 100755 --- a/bashbot.sh +++ b/bashbot.sh @@ -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