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
commite2994bb078e937ed5d1808f877a367baad11c0f9 (patch)
treeb5b1917d0249ba54d3c8877db4e1c47a45ba94d4 /Library/Homebrew/cmd
parentc8415c665ae74cb20efaee5aaac6a917833e07a8 (diff)
downloadbrew-e2994bb078e937ed5d1808f877a367baad11c0f9.tar.bz2
audit: suggest to not using git as dependency
Closes Homebrew/homebrew#37696 Closes Homebrew/homebrew#37703 Closes Homebrew/homebrew#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"