diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 0bcca968f7..675f9ce90e 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -850,7 +850,7 @@ class ResourceAuditor case p when %r[^http://ftp\.gnu\.org/] - problem "ftp.gnu.org urls should be https://, not http:// (url is #{p})." + problem "ftp.gnu.org mirrors should be https://, not http:// (mirror is #{p})." when %r[^http://[^/]*\.apache\.org/] problem "Apache urls should be https://, not http (url is #{p})." when %r[^http://code\.google\.com/]