diff --git a/scripts/deps.sh b/scripts/deps.sh index 2124cc5..79e48f1 100644 --- a/scripts/deps.sh +++ b/scripts/deps.sh @@ -25,7 +25,7 @@ for dep in ${DEPS[@]}; do echo "OR https://www.howtoinstall.me/ubuntu/18-04/admesh/" fi if [[ "${dep}" == "openscad" ]]; then - echo "Individual .scad files can be compiled directly without this script" + echo "Individual .scad files can be compiled directly without this application" fi exit 1 fi