aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-09-22 22:06:53 -0700
committerAdam Vandenberg2013-09-22 22:06:53 -0700
commite15a90f8266b6233cb0dcd3de236e2f4ea231620 (patch)
tree06e6030c18e43eda361759ad2b99c2ce9467bcb8 /Library
parent7a77fd43f46960093139b73ceb06d48aff564258 (diff)
downloadhomebrew-e15a90f8266b6233cb0dcd3de236e2f4ea231620.tar.bz2
don't audit jp sourceforge URLs
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/audit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index f113a8e83..711812dae 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -225,7 +225,7 @@ class FormulaAuditor
next if p =~ %r[svn\.sourceforge]
# Is it a sourceforge http(s) URL?
- next unless p =~ %r[^https?://.*\bsourceforge\.]
+ next unless p =~ %r[^https?://.*\bsourceforge\.com]
if p =~ /(\?|&)use_mirror=/
problem "Don't use #{$1}use_mirror in SourceForge urls (url is #{p})."