pull: fix --bottle to no longer use mxcl.
This commit is contained in:
parent
30e409adfd
commit
ed613bb2f3
@ -40,7 +40,7 @@ ARGV.named.each do|arg|
|
|||||||
|
|
||||||
if ARGV.include? '--bottle'
|
if ARGV.include? '--bottle'
|
||||||
raise 'No pull request detected!' unless issue
|
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
|
end
|
||||||
|
|
||||||
# GitHub provides commits'/pull-requests' raw patches using this URL.
|
# GitHub provides commits'/pull-requests' raw patches using this URL.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user