Skip to content

Commit

Permalink
bug symfony#5266 Update heroku.rst (nickbyfleet)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes symfony#5266).

Discussion
----------

Update heroku.rst

Fixing a typo... it's buildpacks, not buildpack when using the heroku toolchain.

Commits
-------

b1fcee9 Update heroku.rst
  • Loading branch information
wouterj committed May 23, 2015
2 parents 43e5c7b + b1fcee9 commit 4dfd3a2
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 4dfd3a2

Please sign in to comment.