From 23ac5949d0f1d96e7289463ea9875ecd1cec12e7 Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Sat, 5 May 2018 22:26:29 -0700 Subject: [PATCH] vendor-install: Fix portable-ruby bottle filename --- Library/Homebrew/cmd/vendor-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/vendor-install.sh b/Library/Homebrew/cmd/vendor-install.sh index 2a4dba5c37..8d305b300d 100644 --- a/Library/Homebrew/cmd/vendor-install.sh +++ b/Library/Homebrew/cmd/vendor-install.sh @@ -22,7 +22,7 @@ then case "$HOMEBREW_PROCESSOR" in x86_64) ruby_URL="https://homebrew.bintray.com/bottles-portable-ruby/portable-ruby-2.3.3_2.x86_64_linux.bottle.tar.gz" - ruby_URL2="https://github.com/Homebrew/homebrew-portable-ruby/releases/download/2.3.3_2/portable-ruby-2.3.3.x86_64_linux.bottle.tar.gz" + ruby_URL2="https://github.com/Homebrew/homebrew-portable-ruby/releases/download/2.3.3_2/portable-ruby-2.3.3_2.x86_64_linux.bottle.tar.gz" ruby_SHA="b5c320c1bc2c4d42d4674643855c582ba2772fc951689d298ee079b74bac29a7" ;; esac