corrected the 'Detected "restart" option' text, it now has color

This commit is contained in:
germedeb 2022-10-01 14:13:42 -03:00
parent f9d6a85b64
commit cfc13c232e
1 changed files with 1 additions and 1 deletions

View File

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