brew style --fix

This commit is contained in:
Anatoli Babenia 2025-04-02 23:13:39 +03:00
parent 7523daaf33
commit ccf506f7f9

View File

@ -71,7 +71,7 @@ module Homebrew
break if Homebrew::EnvConfig.no_env_hints?
is_formula = core_formula_path?(path)
(is_formula || core_cask_path?(path) || core_formula_tap?(path) || core_cask_tap?(path))
is_formula || core_cask_path?(path) || core_formula_tap?(path) || core_cask_tap?(path)
end
from_source = " --build-from-source" if is_formula
puts <<~EOS