aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorAdam Vandenberg2013-07-12 23:00:08 -0700
committerAdam Vandenberg2013-07-12 23:00:08 -0700
commitdd4c6f0675515930366e90d496ae894fe14205ea (patch)
tree30ae66449dee4b24cf0ef13af432f28a0d135471 /Library/Homebrew/cmd
parent1f05ec1535ca2a7f31c0ba7f5d09e0ae4c442592 (diff)
downloadhomebrew-dd4c6f0675515930366e90d496ae894fe14205ea.tar.bz2
audit: improve comment
Diffstat (limited to 'Library/Homebrew/cmd')
-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]