Skip to content
Snippets Groups Projects
Commit 5a1ece39 authored by Craig Quiter's avatar Craig Quiter
Browse files

Typo in buildpack command. `heroku buildpack:set` -> `heroku buildpacks:set`

parent 8266b99d
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ Example usage: ...@@ -28,7 +28,7 @@ Example usage:
You can also add it to upcoming builds of an existing application: 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. The buildpack will detect your app as Python if it has the file `requirements.txt` in the root.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment