diff options
| author | Adam Vandenberg | 2011-03-28 11:08:33 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-28 11:08:42 -0700 |
| commit | bb28adf1389609bdfe458b993bf73b9799d108f6 (patch) | |
| tree | 6c73769b8b576fd2b8f2de05e8b95cc2c0657521 /Library | |
| parent | b87aaa7e743c1d77f94640bb016085563f3821d6 (diff) | |
| download | homebrew-bb28adf1389609bdfe458b993bf73b9799d108f6.tar.bz2 | |
reword audit
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 576a9c780..7df226109 100755 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -16,7 +16,7 @@ def audit_formula_text name, text problems = [] if text =~ /<Formula/ - problems << " * We now space class inheritance: class Foo < Formula" + problems << " * Use a space in class inheritance: class Foo < Formula" end if strict? # Commented-out cmake support from default template |
