aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/audit.rb
diff options
context:
space:
mode:
authorBaptiste Fontaine2015-10-30 00:47:47 +0100
committerBaptiste Fontaine2015-10-30 09:59:43 +0100
commit18bda1c9b18f53879263a7893f5359ba96b75bff (patch)
treee905b7dd7e1db42be6c4b658d0e9a242eb7541a9 /Library/Homebrew/cmd/audit.rb
parenta5f6295b62c468fd10d83b5af84140dc5cdbba53 (diff)
downloadbrew-18bda1c9b18f53879263a7893f5359ba96b75bff.tar.bz2
audit: uniformize the desc problems
Closes Homebrew/homebrew#45492. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
Diffstat (limited to 'Library/Homebrew/cmd/audit.rb')
-rw-r--r--Library/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 67ecbffa7..ece2ed19e 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -390,7 +390,7 @@ class FormulaAuditor
end
if desc =~ /^([Aa]n?)\s/
- problem "Please remove the indefinite article \"#{$1}\" from the beginning of the description"
+ problem "Description shouldn't start with an indefinite article (#{$1})"
end
if desc =~ /^#{formula.name} is\s/i