diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | 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 ece2ed19e..b33245647 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -393,7 +393,7 @@ class FormulaAuditor problem "Description shouldn't start with an indefinite article (#{$1})" end - if desc =~ /^#{formula.name} is\s/i + if desc =~ /^#{formula.name}\s/i problem "Description shouldn't include the formula name" end end |
