Commit ac5e620e authored by Ronan Abhamon's avatar Ronan Abhamon

feat(tools/check_qml): update text

parent 580347cd
...@@ -45,7 +45,7 @@ done < $RESOURCES_FILE ...@@ -45,7 +45,7 @@ done < $RESOURCES_FILE
if [[ $so_far_so_good == 0 ]]; then if [[ $so_far_so_good == 0 ]]; then
printf "${GREEN}Done. No qml error found.\n" printf "${GREEN}Done. No qml error found.\n"
else else
printf "${RED}One or more errors were found.\n" printf "${RED}One or more errors were found. Please to fix them.\n"
fi fi
printf "${NC}" printf "${NC}"
......
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