From 28fe84e5db4e5738fb553aac02eb82d79afd61ab Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 14 Aug 2016 12:06:37 +0100 Subject: pull: loosen Jenkins Testing URL. --- Library/Homebrew/cmd/pull.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/cmd') 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/")) -- cgit v1.2.3