Skip to content

Commit b1fcee9

Browse files
nickbyfleetwouterj
authored andcommitted
Update heroku.rst
Fixing a typo... it's buildpacks, not buildpack when using the heroku toolchain.
1 parent 43e5c7b commit b1fcee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/deployment/heroku.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ This is also very useful to build assets on the production system, e.g. with Ass
301301

302302
.. code-block:: bash
303303
304-
$ heroku buildpack:set https://github.com/ddollar/heroku-buildpack-multi.git
304+
$ heroku buildpacks:set https://github.com/ddollar/heroku-buildpack-multi.git
305305
306306
Next, add a ``.buildpacks`` file to your project, listing the buildpacks you need:
307307

0 commit comments

Comments
 (0)