fix(check_qml_syntax): do not interpret qmllint command in warning!

This commit is contained in:
Ronan Abhamon 2017-08-17 11:28:08 +02:00
parent 3ace1ee60e
commit 4590970760

View file

@ -18,7 +18,7 @@ cd $SCRIPT_DIR/..
# ==============================================================================
if ! [ -x "$( command -v "$LINTER" )" ]; then
printf "${RED}Unable to find `${LINTER}`.${NC}\n"
printf "${RED}Unable to find ${LINTER}.${NC}\n"
exit 1
fi