Skip to content

Commit f5a3797

Browse files
committed
Fix typo
1 parent ec672cb commit f5a3797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ git clone --single-branch --branch "$TARGET_BRANCH" "https://$API_TOKEN_GITHUB@g
2727
ls -la "$CLONE_DIR"
2828

2929
echo "Cleaning destination repository of old files"
30-
# Deletes the conents of $CLONE_DIR with three exceptions (! -path "..."):
30+
# Deletes the contents of $CLONE_DIR with three exceptions (! -path "..."):
3131
# -Skips the $CLONE_DIR/ directory itself
3232
# -Skips the contents of $CLONE_DIR/.git/*
3333
# -Skips the $CLONE_DIR/.git

0 commit comments

Comments
 (0)