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

This commit is contained in:
Craig Quiter
2015-05-04 12:44:41 -07:00
parent 8266b99d1e
commit 5a1ece3955
+1 -1
View File
@@ -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.