mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
More color
This commit is contained in:
parent
f2db69df82
commit
504cbc155f
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ Footer()
|
|||
[ "$ERRORS_FOUND_CLOJURE" -ne 0 ] || \
|
||||
[ "$ERRORS_FOUND_KOTLIN" -ne 0 ]; then
|
||||
# Failed exit
|
||||
echo "Exiting with errors found!"
|
||||
echo -e "${NC}${F[R]}Exiting with errors found!${NC}"
|
||||
exit 1
|
||||
else
|
||||
#################
|
||||
|
|
Loading…
Reference in a new issue