Skip to content

Commit

Permalink
Disable Automatic CRLF for windows
Browse files Browse the repository at this point in the history
Fixes: #101
  • Loading branch information
jackton1 committed Nov 6, 2021
1 parent 8426bf5 commit 132b3f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -e

git config core.autocrlf false

CHANGED_FILES=()

for path in ${INPUT_FILES}
Expand Down

0 comments on commit 132b3f5

Please sign in to comment.