aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-03-24 12:11:15 -0500
committerJack Nagel2012-03-24 12:11:37 -0500
commit0aea8d39e6a175a1cf6f81526928a2f4353cdc9a (patch)
treeb7a036fb0453670c6bab2d73a3276da91755ccf6 /Library
parent53481dc14a2d49d590db125b26b77750cb14f048 (diff)
downloadbrew-0aea8d39e6a175a1cf6f81526928a2f4353cdc9a.tar.bz2
Fix typo in --config.rb
Closes Homebrew/homebrew#11183. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/--config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/--config.rb b/Library/Homebrew/cmd/--config.rb
index da146ac89..755695567 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"