From d78670e0ab147f6d9132b8ca69827a43297bb758 Mon Sep 17 00:00:00 2001 From: th33xitus <> Date: Thu, 20 Aug 2020 17:38:24 +0200 Subject: [PATCH] fix: formatting --- scripts/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/functions.sh b/scripts/functions.sh index 8faca3c..68e395b 100755 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -122,7 +122,7 @@ print_error(){ done sum=$(IFS=+; echo "$((${data_count[*]}))") if [ $sum -eq 0 ]; then - ERROR_MSG=" Looks like $1 was already removed!\n Skipping..." + ERROR_MSG="Looks like $1 was already removed!\n Skipping..." else ERROR_MSG="" fi