Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 84ca5ac

Browse files
authored
Merge pull request #166 from SwiftPengu/patch-1
Fix specific python version selection
2 parents f9208f6 + 632254d commit 84ca5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeLocal/invoke.py

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

33
import argparse
44
import json

0 commit comments

Comments
 (0)