From cfc13c232e55fb4542c2ecde4a59dba0b22cdd22 Mon Sep 17 00:00:00 2001 From: germedeb Date: Sat, 1 Oct 2022 14:13:42 -0300 Subject: [PATCH] corrected the 'Detected "restart" option' text, it now has color --- tasks/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/build.sh b/tasks/build.sh index 913189b..8fa1079 100755 --- a/tasks/build.sh +++ b/tasks/build.sh @@ -82,7 +82,7 @@ fi case "$@" in *-r*|*--from-cero*) RESTART=yes if [ "$VERBOSE" = yes ] ; then - printf '${info_color}Detected "restart" option, this will remove the last build and start agin...${reset_colors}\\n' + printf "${info_color}Detected \"restart\" option, this will remove the last build and start agin...${reset_colors}\\n" fi esac