diff options
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 836572f0c..35631956c 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -1100,7 +1100,7 @@ module Homebrew extend self end end - puts "Your system is raring to brew." unless Homebrew.failed? + puts "Your system is ready to brew." unless Homebrew.failed? end def inject_dump_stats checks |
