mirror of
https://codeberg.org/james-smith-za/git-tidy-python.git
synced 2026-01-15 19:29:25 +02:00
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
1 changed files with 1 additions and 1 deletions
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
|
||||
# General Public License as published by the Free Software Foundation, either version 3 of the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue