audit: improve comment

This commit is contained in:
Adam Vandenberg 2013-07-12 23:00:08 -07:00
parent 34ae063c67
commit aba88a8502

View File

@ -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]