diff --git a/install.sh b/install.sh index 60db865..5f304de 100755 --- a/install.sh +++ b/install.sh @@ -14,7 +14,7 @@ function exit_on_error { ERROR="$@" - echo -e "\033[91m*** ${ERROR} ***\033[0m" + echo -e "\033[91m*** ${ERROR} *** \033[0m" exit 1 }