From c0653d758152d024831940c4fcd50bbfacdda0d4 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 31 Aug 2011 15:38:21 +0100 Subject: [PATCH] Improved no-errors output --- Library/Homebrew/cmd/doctor.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 99cb221c68..170a259c9c 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -779,8 +779,7 @@ module Homebrew extend self puts warnings exit 1 else - puts "Your OS X is ripe for brewing." - puts "Any troubles you may be experiencing are likely purely psychosomatic." + puts "Your system is raring to brew." end end end