Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hibou57 authored May 31, 2018
1 parent 13e76cf commit 7c97ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-ats2-on-debian-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c97ea9

Please sign in to comment.