Skip to content

Commit

Permalink
Update heroku.rst
Browse files Browse the repository at this point in the history
Fixing a typo... it's buildpacks, not buildpack when using the heroku toolchain.
  • Loading branch information
nickbyfleet authored and wouterj committed May 23, 2015
1 parent 43e5c7b commit b1fcee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/deployment/heroku.rst
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ This is also very useful to build assets on the production system, e.g. with Ass

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

Expand Down

0 comments on commit b1fcee9

Please sign in to comment.