Skip to content

Commit 1e6360d

Browse files
committed
Use versioned python binary.
Unversioned python binary is no more. This reverts commit 4223ad5 "Support both python 2 and 3".
1 parent a8b661d commit 1e6360d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: contrib/hooks/post-receive/mail_notifications.py

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

33
import sys
44
import os

0 commit comments

Comments
 (0)