aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2016-08-14 12:06:37 +0100
committerMike McQuaid2016-08-14 12:06:37 +0100
commit28fe84e5db4e5738fb553aac02eb82d79afd61ab (patch)
treefb92f72369ae7eb504a53bfd29f7d0a6969bf9e9
parentd5005f4d8be00e89942d13c192e0bb8e75a0edfc (diff)
downloadbrew-28fe84e5db4e5738fb553aac02eb82d79afd61ab.tar.bz2
pull: loosen Jenkins Testing URL.
-rw-r--r--Library/Homebrew/cmd/pull.rb2
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/"))