Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Fix url to point to new bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Morrell committed Dec 3, 2018
1 parent bc3b075 commit 1cbc953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/language_pack/helpers/nodebin.rb
Expand Up @@ -22,7 +22,7 @@ def self.hardcoded_yarn
version = "1.12.3"
{
"number" => version,
"url" => "https://s3.amazonaws.com/heroku-nodejs-bins/yarn/release/yarn-v#{version}.tar.gz"
"url" => "https://s3.amazonaws.com/heroku-nodebin/yarn/release/yarn-v#{version}.tar.gz"
}
end

Expand Down

0 comments on commit 1cbc953

Please sign in to comment.