From 9dea97ec0f35d708d32dadd9b34a6af7cc28b19f Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 6 Nov 2021 11:47:37 -0400 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 9b3eeba..fec3112 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,9 +3,9 @@ set -e if [[ "$PLATFORM" == 'Windows' ]]; then - git config core.autocrlf false + git config --local core.autocrlf true else - git config core.autocrlf input + git config --local core.autocrlf input fi CHANGED_FILES=()