cmd/doctor: respect --quiet
This commit is contained in:
parent
b3a71ba7cd
commit
8db571e4b0
@ -78,6 +78,6 @@ module Homebrew
|
|||||||
first_warning = false
|
first_warning = false
|
||||||
end
|
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
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user