fix: formatting

This commit is contained in:
th33xitus
2020-08-20 17:38:24 +02:00
parent 716b21a629
commit d78670e0ab

View File

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