Skip to content

Commit f17cc8b

Browse files
committed
awsascb: fix shebang for starting python.
1 parent b7ec3b2 commit f17cc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/awsascb

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

33
import sys
44

0 commit comments

Comments
 (0)