From ed613bb2f38b50459daa06063bf1d3b8fc63735c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 9 Jan 2014 20:11:51 +0000 Subject: [PATCH] pull: fix --bottle to no longer use mxcl. --- Library/Contributions/cmd/brew-pull.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Contributions/cmd/brew-pull.rb b/Library/Contributions/cmd/brew-pull.rb index 3a9af8fe07..f7c8f7d3c1 100755 --- a/Library/Contributions/cmd/brew-pull.rb +++ b/Library/Contributions/cmd/brew-pull.rb @@ -40,7 +40,7 @@ ARGV.named.each do|arg| if ARGV.include? '--bottle' raise 'No pull request detected!' unless issue - url = "https://github.com/BrewTestBot/homebrew/compare/mxcl:master...pr-#{issue}" + url = "https://github.com/BrewTestBot/homebrew/compare/homebrew:master...pr-#{issue}" end # GitHub provides commits'/pull-requests' raw patches using this URL.