From 0aea8d39e6a175a1cf6f81526928a2f4353cdc9a Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 24 Mar 2012 12:11:15 -0500 Subject: [PATCH] Fix typo in --config.rb Closes Homebrew/homebrew#11183. Signed-off-by: Jack Nagel --- Library/Homebrew/cmd/--config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/--config.rb b/Library/Homebrew/cmd/--config.rb index da146ac892..7556955676 100644 --- a/Library/Homebrew/cmd/--config.rb +++ b/Library/Homebrew/cmd/--config.rb @@ -97,7 +97,7 @@ module Homebrew extend self puts "/usr/bin/ruby => #{ruby.realpath}" unless ruby.realpath.to_s =~ %r{^/System} ponk = macports_or_fink_installed? - puts "MacPorts/Fink: #{ponk?}" if ponk + puts "MacPorts/Fink: #{ponk}" if ponk x11 = describe_x11 puts "X11: #{x11}" unless x11 == "/usr/X11"