Skip to content

Commit a3d4430

Browse files
authored
Fixed incorrect file extension in gitattributes
1 parent 825de85 commit a3d4430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
# Use linux file endings for kts scripts because some of them contain shebangs and are thus partially interpreted by bash
7-
*.sh text eol=lf
7+
*.kts text eol=lf
88

99

1010
# also use linux style file endings for bash scripts without sh extension

0 commit comments

Comments
 (0)