diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index cb35eb83ae..8f4de98b8c 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -78,6 +78,6 @@ module Homebrew first_warning = false end - puts "Your system is ready to brew." unless Homebrew.failed? + puts "Your system is ready to brew." if !Homebrew.failed? && !args.quiet? end end