diff --git a/install-ats2-on-debian-ubuntu.sh b/install-ats2-on-debian-ubuntu.sh index 82c1723..39fe7b0 100644 --- a/install-ats2-on-debian-ubuntu.sh +++ b/install-ats2-on-debian-ubuntu.sh @@ -63,7 +63,7 @@ get_or_update_git_clone() { if [ \! -d $DIR/.git ]; then if [ -d $DIR ]; then # Directory exists, but is not a valid git clone: reset. - echo "Please, delete or clear the $DIR directory." + echo "Please, delete the $DIR directory." exit 1; fi git clone -b master --single-branch --depth 1 $URL $DIR