From 0ba6104ff5c0e1c86b81cbeb10a573737ece1d47 Mon Sep 17 00:00:00 2001 From: Nicholas Byfleet Date: Mon, 18 May 2015 14:53:13 +1200 Subject: [PATCH] Update heroku.rst Fixing a typo... it's buildpacks, not buildpack when using the heroku toolchain. --- cookbook/deployment/heroku.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/deployment/heroku.rst b/cookbook/deployment/heroku.rst index 83f71d8949b..25c9654457c 100644 --- a/cookbook/deployment/heroku.rst +++ b/cookbook/deployment/heroku.rst @@ -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: