Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 712c417

Browse files
matifalikylecarbs
andauthored
Update git-clone/run.sh
Co-authored-by: Kyle Carberry <kyle@carberry.com>
1 parent 602c559 commit 712c417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-clone/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if ! command -v git >/dev/null; then
2323
exit 1
2424
fi
2525

26-
# Check if the director for the cloning exists
26+
# Check if the directory for the cloning exists
2727
# and if not, create it
2828
if [ ! -d "$CLONE_PATH" ]; then
2929
echo "Creating directory $CLONE_PATH..."

0 commit comments

Comments
 (0)