From c200780764d67dc9932246388ffe8d3f069bdd1c Mon Sep 17 00:00:00 2001 From: Carles Pina i Estany <carles@pina.cat> Date: Wed, 8 Dec 2021 23:33:53 +0100 Subject: [PATCH] Improve message --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 9d0b836..76d6016 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -51,7 +51,7 @@ then echo "[+] Deleting files from $TARGET_DIRECTORY in git repo $DESTINATION_REPOSITORY_NAME" rm -R "$CLONE_DIR/$TARGET_DIRECTORY/" fi - echo "[+] Creating $TARGET_DIRECTORY if doesnt already exist" + echo "[+] Creating $TARGET_DIRECTORY if it does not already exist" mkdir -p "$CLONE_DIR/$TARGET_DIRECTORY" echo "[+] Listing Current Directory Location"