From a5dac52d10afcf8b6b65f58f4037e1bb45df86bf Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Thu, 18 Aug 2016 14:47:34 -0700 Subject: [PATCH] audit: fix suggested GitHub pull request URLs Closes #746. Signed-off-by: ilovezfs --- Library/Homebrew/cmd/audit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index f167e457e6..3c26eeb974 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -671,7 +671,7 @@ class FormulaAuditor when %r{https?://patch-diff\.githubusercontent\.com/raw/(.+)/(.+)/pull/(.+)\.(?:diff|patch)} problem <<-EOS.undent use GitHub pull request URLs: - https://github.com/#{$1}/#{$2}/pulls/#{$3}.patch + https://github.com/#{$1}/#{$2}/pull/#{$3}.patch Rather than patch-diff: #{patch.url} EOS