From d0242b29ce6ddcaf1f41f03b376dc31c4f10813c Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Tue, 6 Jun 2023 19:34:10 +1000 Subject: [PATCH] add clarity to error display --- git-get-repo-and-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-get-repo-and-build.sh b/git-get-repo-and-build.sh index 28859e0..10fae3c 100755 --- a/git-get-repo-and-build.sh +++ b/git-get-repo-and-build.sh @@ -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