Skip to content

Commit

Permalink
Merge pull request malcolmholmes#16 from the-it/bugfix/wrong_python_s…
Browse files Browse the repository at this point in the history
…hebang

Had the python shebang wrong
  • Loading branch information
malcolmholmes authored Oct 13, 2021
2 parents ee32e09 + 347aaf9 commit fcb6af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/python3
#!/usr/bin/env python3
import argparse
import contextlib
import os
Expand Down

0 comments on commit fcb6af4

Please sign in to comment.