Skip to content

Commit

Permalink
Had the python shebang wrong ... I have no idea why that worked in th…
Browse files Browse the repository at this point in the history
…e first place
  • Loading branch information
the-it committed Oct 13, 2021
1 parent ee32e09 commit 347aaf9
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 347aaf9

Please sign in to comment.