Skip to content

Commit

Permalink
Use upstream heroku-buildpack-multi
Browse files Browse the repository at this point in the history
  • Loading branch information
mojodna committed Nov 7, 2014
1 parent c002be7 commit fb94585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ additional buildpack.
When creating a new Heroku app:

```bash
heroku apps:create -b https://github.com/mojodna/heroku-buildpack-multi.git#build-env
heroku apps:create -b https://github.com/ddollar/heroku-buildpack-multi.git

cat << EOF > .buildpacks
https://github.com/mojodna/heroku-buildpack-jemalloc.git
Expand All @@ -37,7 +37,7 @@ git push heroku master
When modifying an existing Heroku app:

```bash
heroku config:set BUILDPACK_URL=https://github.com/mojodna/heroku-buildpack-multi.git#build-env
heroku config:set BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git

cat << EOF > .buildpacks
https://github.com/mojodna/heroku-buildpack-jemalloc.git
Expand Down

0 comments on commit fb94585

Please sign in to comment.