diff options
| author | Mike McQuaid | 2016-08-14 12:06:37 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-08-14 12:06:37 +0100 |
| commit | 28fe84e5db4e5738fb553aac02eb82d79afd61ab (patch) | |
| tree | fb92f72369ae7eb504a53bfd29f7d0a6969bf9e9 /Library/Homebrew/cmd/pull.rb | |
| parent | d5005f4d8be00e89942d13c192e0bb8e75a0edfc (diff) | |
| download | brew-28fe84e5db4e5738fb553aac02eb82d79afd61ab.tar.bz2 | |
pull: loosen Jenkins Testing URL.
Diffstat (limited to 'Library/Homebrew/cmd/pull.rb')
| -rw-r--r-- | Library/Homebrew/cmd/pull.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb index 24abbd938..a40ff170e 100644 --- a/Library/Homebrew/cmd/pull.rb +++ b/Library/Homebrew/cmd/pull.rb @@ -51,7 +51,7 @@ module Homebrew issue = arg url = "https://github.com/Homebrew/homebrew-core/pull/#{arg}" tap = CoreTap.instance - elsif (testing_match = arg.match %r{brew\.sh/job/Homebrew.*Testing/(\d+)/}) + elsif (testing_match = arg.match %r{/job/Homebrew.*Testing/(\d+)/}) tap = ARGV.value("tap") tap = if tap && tap.start_with?("homebrew/") Tap.fetch("homebrew", tap.strip_prefix("homebrew/")) |
