Skip to content

Commit 4dfd3a2

Browse files
committed
bug #5266 Update heroku.rst (nickbyfleet)
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes #5266). Discussion ---------- Update heroku.rst Fixing a typo... it's buildpacks, not buildpack when using the heroku toolchain. Commits ------- b1fcee9 Update heroku.rst
2 parents 43e5c7b + b1fcee9 commit 4dfd3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/deployment/heroku.rst

Lines changed: 1 addition & 1 deletion
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)