aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-02-15 23:02:32 -0600
committerJack Nagel2012-02-15 23:03:43 -0600
commitb63584a386036aecf8718efc7d4b926eea8c1f87 (patch)
tree2cf6c717ea9ed5bd9d236c49256cd0f28507de39 /Library
parent5ab0488918c4df609dda69b6affa17023274d9b9 (diff)
downloadbrew-b63584a386036aecf8718efc7d4b926eea8c1f87.tar.bz2
audit: warn about correct empty checksum type
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/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 e967f14c4..838ac268f 100755
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -76,7 +76,7 @@ def audit_formula_text name, text
# Empty checksums
if text =~ /(md5|sha1|sha256)\s+(''|"")/
- problems << " * md5 is empty"
+ problems << " * #{$1} is empty"
end
# Checksum sanity check