Skip to content

Commit

Permalink
Use input
Browse files Browse the repository at this point in the history
  • Loading branch information
AriehSchneier committed Aug 1, 2024
1 parent 54f44e3 commit 37187af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retriever/git/git_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ func TestGitSession_Set_Fetch(t *testing.T) {
require.Equal(t, pubRepoMainContent, string(file))

// Set the config to keep line endings so the test doesn't fail on Windows
err = execute(repoDir, "git", "config", "core.autocrlf", "true")
err = execute(repoDir, "git", "config", "core.autocrlf", "input")
require.NoError(t, err)

// In an out-of-band process, move the head to a different commit.
Expand Down

0 comments on commit 37187af

Please sign in to comment.