Correct echo statement language

This commit is contained in:
Matt McWilliams 2021-12-13 19:44:25 -05:00
parent 72aff30b11
commit 84764e26e6
1 changed files with 1 additions and 1 deletions

View File

@ -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