aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/uses.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/uses.rb b/Library/Homebrew/cmd/uses.rb
index fc463c6f3..4d24266c1 100644
--- a/Library/Homebrew/cmd/uses.rb
+++ b/Library/Homebrew/cmd/uses.rb
@@ -14,7 +14,7 @@ module Homebrew extend self
if ARGV.flag? '--recursive'
f.recursive_deps.include? ff
else
- f.deps.include? ff.name
+ f.deps.include? ff
end
end
end