Skip to content

Commit 6b59b93

Browse files
slonopotamusolljanat
authored andcommitted
Tell Git to use LF eol for .sh files
Without this, `vagrant up` fails on Windows: containerd-linux: /tmp/vagrant-shell: ./setup.sh: /bin/bash^M: bad interpreter: No such file or directory The SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed. The output for this command should be in the log above. Please read the output to determine what went wrong.
1 parent a61c29d commit 6b59b93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.sh text eol=lf

0 commit comments

Comments
 (0)