mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Typo in buildpack command. heroku buildpack:set -> heroku buildpacks:set
This commit is contained in:
@@ -28,7 +28,7 @@ Example usage:
|
||||
|
||||
You can also add it to upcoming builds of an existing application:
|
||||
|
||||
$ heroku buildpack:set git://github.com/heroku/heroku-buildpack-python.git
|
||||
$ heroku buildpacks:set git://github.com/heroku/heroku-buildpack-python.git
|
||||
|
||||
The buildpack will detect your app as Python if it has the file `requirements.txt` in the root.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user