aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/doctor.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 99cb221c6..170a259c9 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