From 7e38c4c9c3525eb00073f4feb2465bbbcddb4e26 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 7 Aug 2010 11:44:45 -0700 Subject: [PATCH] Re-wrap message. --- Library/Homebrew/brew_doctor.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/brew_doctor.rb b/Library/Homebrew/brew_doctor.rb index d41ea95d42..8ed2577e67 100644 --- a/Library/Homebrew/brew_doctor.rb +++ b/Library/Homebrew/brew_doctor.rb @@ -452,8 +452,8 @@ def brew_doctor unless (out = read.read).chomp.empty? puts out else - puts "Your OS X is ripe for brewing. Any troubles you may be experiencing are" - puts "likely purely psychosomatic." + puts "Your OS X is ripe for brewing." + puts "Any troubles you may be experiencing are likely purely psychosomatic." end end end