aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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