Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b08bb0

Browse files
committed
add comment
1 parent 5e39301 commit 6b08bb0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

provisioner/terraform/modules_internal_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ import (
1515
archivefs "github.com/coder/coder/v2/archive/fs"
1616
)
1717

18+
// The .tar archive is different on Windows because of git converting LF line
19+
// endings to CRLF line endings, so many of the assertions in this test are
20+
// platform specific.
1821
func TestGetModulesArchive(t *testing.T) {
1922
t.Parallel()
2023

0 commit comments

Comments
 (0)