Merge pull request #14515 from branchvincent/quiet-doctor
cmd/doctor: respect `--quiet`
This commit is contained in:
commit
c53f957819
@ -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