Skip to content
Snippets Groups Projects
Commit 28fe84e5 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

pull: loosen Jenkins Testing URL.

parent d5005f4d
No related branches found
No related tags found
No related merge requests found
......@@ -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/"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment