fix(check_qml_syntax): little fix

This commit is contained in:
Ronan Abhamon 2017-08-17 11:02:59 +02:00
parent 7e948046d2
commit 3ace1ee60e

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