Skip to content

Commit d95abff

Browse files
authored
Merge pull request #2 from jakegroves/master
python3 shebang fix
2 parents 0b5ca00 + ba9078c commit d95abff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto-smart-commit.py

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

33
import re
44
import sys

0 commit comments

Comments
 (0)