Skip to content

Commit 88e2870

Browse files
committed
Unversioned python binary is not available anymore
As git_mulitmail python script is still python2 only per 2to3 script set the binary to python2.
1 parent 1e6360d commit 88e2870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: contrib/hooks/post-receive/lib/git_multimail.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python
1+
#! /usr/bin/env python2
22

33
__version__ = '1.5.0'
44

0 commit comments

Comments
 (0)