Update git-clone/run.sh

Co-authored-by: Kyle Carberry <kyle@carberry.com>
pull/80/head
Muhammad Atif Ali 2 years ago committed by GitHub
parent 602c559b6a
commit 712c4179ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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..."

Loading…
Cancel
Save