Skip to content
Snippets Groups Projects
Unverified Commit eb5f04a9 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #11413 from MikeMcQuaid/no_dependency_caveats

formula_installer: don't output caveats for dependencies.
parents 76c47675 67643296
No related branches found
No related tags found
No related merge requests found
......@@ -760,6 +760,8 @@ class FormulaInstaller
audit_installed if Homebrew::EnvConfig.developer?
return if !installed_on_request? || installed_as_dependency?
caveats = Caveats.new(formula)
return if caveats.empty?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment