From 84764e26e6de5f15498e111b1b82a74aabb19b38 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Mon, 13 Dec 2021 19:44:25 -0500 Subject: [PATCH] Correct echo statement language --- scripts/deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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