Skip to content

Commit 6451cec

Browse files
committed
switch back to static cedar-14 string
1 parent 5047e44 commit 6451cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/erlang_funcs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ function erlang_tarball() {
33
}
44

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

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

0 commit comments

Comments
 (0)