Change python to python3
Not all hosts have python3-is-python, and the script is definitely python3 so there's no backwards-compatibility issies. Closes #1.
This commit is contained in:
parent
ab42887b70
commit
dc028e1030
2
git-tidy
2
git-tidy
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# git-tidy is free software: you can redistribute it and/or modify it under the terms of the GNU
|
# git-tidy is free software: you can redistribute it and/or modify it under the terms of the GNU
|
||||||
# General Public License as published by the Free Software Foundation, either version 3 of the
|
# General Public License as published by the Free Software Foundation, either version 3 of the
|
||||||
|
Loading…
Reference in New Issue
Block a user