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
commita0d84742051b3885346bb4928fa43a74c72f80de (patch)
treeb398d222397c9d6a29f2ea41cafb946cee8b9ef1 /Library
parentcc56f44cb872fc5d8d9fb24421b0e35b2003e276 (diff)
downloadhomebrew-a0d84742051b3885346bb4928fa43a74c72f80de.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