diff options
Diffstat (limited to 'Library')
| -rwxr-xr-x | 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 30219a9ea..5713d33d5 100755 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -185,7 +185,7 @@ def audit_formula_urls f next if p =~ %r[svn\.sourceforge] # Is it a sourceforge http(s) URL? - next unless p =~ %r[^http?://.*\bsourceforge\.] + next unless p =~ %r[^https?://.*\bsourceforge\.] if p =~ /\?use_mirror=/ problems << " * Update this url (don't use ?use_mirror)." |
