aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorAdam Vandenberg2013-07-12 23:00:08 -0700
committerAdam Vandenberg2013-07-12 23:00:08 -0700
commitaba88a85025c97d37eb0fc1cd895049f61bea523 (patch)
tree6cf6c11e27e5a42efacfb138a69c4992396cbdcc /Library/Homebrew
parent34ae063c6734b8cab9562d44e771dfcf5ac4582a (diff)
downloadbrew-aba88a85025c97d37eb0fc1cd895049f61bea523.tar.bz2
audit: improve comment
Diffstat (limited to 'Library/Homebrew')
-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 ed701e5c5..fd0a9781e 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -216,7 +216,7 @@ class FormulaAuditor
# Check SourceForge urls
urls.each do |p|
- # Is it a filedownload (instead of svnroot)
+ # Skip if the URL looks like a SVN repo
next if p =~ %r[/svnroot/]
next if p =~ %r[svn\.sourceforge]