From d6ffd493a6265b47800b06a008188b5fc98a9f7c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 30 Oct 2013 13:13:41 -0700 Subject: deps: don't use symbol-like output by default. --- Library/Homebrew/cmd/deps.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/deps.rb b/Library/Homebrew/cmd/deps.rb index c64c810f9..f41221fba 100644 --- a/Library/Homebrew/cmd/deps.rb +++ b/Library/Homebrew/cmd/deps.rb @@ -36,7 +36,7 @@ module Homebrew extend self reqs = f.requirements end deps.map(&:name) + reqs.to_a.map do |r| - ":#{r.class.default_formula}" if r.default_formula? + r.class.default_formula if r.default_formula? end.compact end -- cgit v1.2.3