Skip to content

Commit

Permalink
Apparently we need one more git flag to make this pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicRU committed Jun 10, 2021
1 parent 57a6f13 commit c945afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_app_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ init_test_app() ->
rebar_state:set(State1, format, [Files, IgnoredFiles]).

git_diff() ->
case os:cmd("git -c core.autocrlf=input --no-pager diff --no-index -- after formatted") of
case os:cmd("git -c core.autocrlf=input -c core.safecrlf false --no-pager diff --no-index -- after formatted") of
"" ->
ok;
Diff ->
Expand Down

0 comments on commit c945afa

Please sign in to comment.