add clarity to error display
This commit is contained in:
parent
7eb6b5769e
commit
d0242b29ce
@ -134,7 +134,7 @@ git $QUIET clone "$REPOURL"
|
|||||||
|
|
||||||
cd $GITFiles
|
cd $GITFiles
|
||||||
if [[ ! -d $REPO_NAME ]] ; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
cd $GITFiles/$REPO_NAME
|
cd $GITFiles/$REPO_NAME
|
||||||
|
Loading…
Reference in New Issue
Block a user