Skip to content

Commit 074c895

Browse files
authored
fix: set -S for shebang in bin/credo-language-server (#56)
The current syntax is not valid for modern core-utils versions.
1 parent 686f894 commit 074c895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/credo-language-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env elixir --sname undefined
1+
#!/usr/bin/env -S elixir --sname undefined
22

33
System.no_halt(true)
44

0 commit comments

Comments
 (0)