Commit 3ace1ee6 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(check_qml_syntax): little fix

parent 7e948046
......@@ -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