diff options
| author | ilovezfs | 2016-08-18 14:47:34 -0700 |
|---|---|---|
| committer | ilovezfs | 2016-08-18 15:16:14 -0700 |
| commit | a5dac52d10afcf8b6b65f58f4037e1bb45df86bf (patch) | |
| tree | 28bbb7f403f2d4449048cc44063fcf3d9f5e2ff5 /Library/Homebrew | |
| parent | ef2674b812db168003915ec8dd51dd69aef9ae66 (diff) | |
| download | brew-a5dac52d10afcf8b6b65f58f4037e1bb45df86bf.tar.bz2 | |
audit: fix suggested GitHub pull request URLs
Closes #746.
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/cmd/audit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index f167e457e..3c26eeb97 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 |
