aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-01-09 20:11:51 +0000
committerMike McQuaid2014-01-09 20:12:44 +0000
commited613bb2f38b50459daa06063bf1d3b8fc63735c (patch)
treef350548de371b6815dfcb617c3c2b80be054604b /Library
parent30e409adfd1b1b996eb3a7e6c482dd244bb84b95 (diff)
downloadbrew-ed613bb2f38b50459daa06063bf1d3b8fc63735c.tar.bz2
pull: fix --bottle to no longer use mxcl.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-pull.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-pull.rb b/Library/Contributions/cmd/brew-pull.rb
index 3a9af8fe0..f7c8f7d3c 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.