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 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 |
