Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 6, 2021
1 parent 0059529 commit 9dea97e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=()
Expand Down

0 comments on commit 9dea97e

Please sign in to comment.