From 712c4179adecb6b2a2cdd5d5cb38dc1feea8f16e Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 9 Oct 2023 16:55:58 +0300 Subject: [PATCH] Update git-clone/run.sh Co-authored-by: Kyle Carberry --- git-clone/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-clone/run.sh b/git-clone/run.sh index 92f3258..6eb1ff5 100755 --- a/git-clone/run.sh +++ b/git-clone/run.sh @@ -23,7 +23,7 @@ if ! command -v git >/dev/null; then exit 1 fi -# Check if the director for the cloning exists +# Check if the directory for the cloning exists # and if not, create it if [ ! -d "$CLONE_PATH" ]; then echo "Creating directory $CLONE_PATH..."