add clarity to error display

This commit is contained in:
Trevor Batley 2023-06-06 19:34:10 +10:00
parent 7eb6b5769e
commit d0242b29ce

View File

@ -134,7 +134,7 @@ git $QUIET clone "$REPOURL"
cd $GITFiles
if [[ ! -d $REPO_NAME ]] ; then
echo "git clone has not created the directory"
echo "git clone has not created the $REPO_NAME directory"
exit 1
fi
cd $GITFiles/$REPO_NAME