Skip to content

Commit 26dec54

Browse files
committed
Fix shebang
1 parent 336a467 commit 26dec54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwl_language_server/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
from glob import glob
44
from os.path import dirname, basename

0 commit comments

Comments
 (0)