Skip to content

Commit

Permalink
Merge pull request #2 from jakegroves/master
Browse files Browse the repository at this point in the history
python3 shebang fix
  • Loading branch information
lsorber authored Oct 18, 2020
2 parents 0b5ca00 + ba9078c commit d95abff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-smart-commit.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import re
import sys
Expand Down

0 comments on commit d95abff

Please sign in to comment.