Skip to content

Commit 5d73126

Browse files
committed
Update hooks shebang to work with new python3 installation
Apparently it comes with executable python instead of python3 NO_JIRA
1 parent 62027e4 commit 5d73126

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: main/commit-msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22
'''
33
A hook to check commit massage.
44

Diff for: main/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22
'''
33
This is a git hook migrated from hg.
44

Diff for: main/pre-merge-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22
'''
33
This is a git hook migrated from hg.
44

0 commit comments

Comments
 (0)