Commit 45909707 authored by Ronan Abhamon's avatar Ronan Abhamon

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

parent 3ace1ee6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment