mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Merge pull request #105 from bacongobbler/patch-1
update shebang to use python2 for bpwatch
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/bin/python
|
||||
#!/usr/bin/env python2
|
||||
|
||||
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user