Discard changes to git-clone/run.sh

pull/106/head
Muhammad Atif Ali 2 years ago committed by GitHub
parent b21ad06a95
commit 32ffa5ff00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ if [ -z "$CLONE_PATH" ]; then
fi
# Check if `git` is installed...
if ! command -v git > /dev/null; then
if ! command -v git >/dev/null; then
echo "Git is not installed!"
exit 1
fi

Loading…
Cancel
Save