Skip to content

Commit

Permalink
switch back to static cedar-14 string
Browse files Browse the repository at this point in the history
  • Loading branch information
HashNuke committed Oct 23, 2015
1 parent 5047e44 commit 6451cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/erlang_funcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function erlang_tarball() {
}

function download_erlang() {
erlang_package_url="https://s3.amazonaws.com/heroku-buildpack-elixir/erlang/$STACK"
erlang_package_url="https://s3.amazonaws.com/heroku-buildpack-elixir/erlang/cedar-14"
erlang_package_url="${erlang_package_url}/$(erlang_tarball)"

# If a previous download does not exist, then always re-download
Expand Down

0 comments on commit 6451cec

Please sign in to comment.