Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4dfd3a2

Browse filesBrowse 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
Copy full SHA for 4dfd3a2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cookbook/deployment/heroku.rst

Copy file name to clipboardExpand all lines: cookbook/deployment/heroku.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.