From f5a3797d5bffe05dbb1fce6775afceaf59231f03 Mon Sep 17 00:00:00 2001 From: Carles Pina i Estany Date: Wed, 2 Dec 2020 16:21:05 +0000 Subject: [PATCH] Fix typo --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index b77bc36..4b75da5 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -27,7 +27,7 @@ git clone --single-branch --branch "$TARGET_BRANCH" "https://$API_TOKEN_GITHUB@g ls -la "$CLONE_DIR" echo "Cleaning destination repository of old files" -# Deletes the conents of $CLONE_DIR with three exceptions (! -path "..."): +# Deletes the contents of $CLONE_DIR with three exceptions (! -path "..."): # -Skips the $CLONE_DIR/ directory itself # -Skips the contents of $CLONE_DIR/.git/* # -Skips the $CLONE_DIR/.git