Skip to content

Commit 99b17fa

Browse files
committed
Merge pull request heroku#105 from bacongobbler/patch-1
update shebang to use python2 for bpwatch
2 parents 933d301 + b9f154b commit 99b17fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/bpwatch/bpwatch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/local/bin/python
1+
#!/usr/bin/env python2
22

33

44
import os

0 commit comments

Comments
 (0)