aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorXu Cheng2015-03-15 20:12:43 +0800
committerXu Cheng2015-03-15 20:55:55 +0800
commit696df06882242837c3960ace3a95645ddc33617a (patch)
tree4291b1c2b51b55372c1f420d5309ae95baab9e3a /Library/Homebrew/cmd
parent1abc8b1940227a501fdbe03808fac712660a31c3 (diff)
downloadhomebrew-696df06882242837c3960ace3a95645ddc33617a.tar.bz2
audit: suggest to not using git as dependency
Closes #37696 Closes #37703 Closes #37735. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library/Homebrew/cmd')
-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 ebcae17a4..2f099ea00 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -187,7 +187,7 @@ class FormulaAuditor
depends_on "#{dep}" => :run
EOS
when "git"
- problem "Use `depends_on :git` instead of `depends_on 'git'`"
+ problem "Don't use git as a dependency"
when "mercurial"
problem "Use `depends_on :hg` instead of `depends_on 'mercurial'`"
when "ruby"