Update Library/Homebrew/dev-cmd/edit.rb

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Anatoli Babenia 2025-04-02 09:12:06 +03:00
parent fc0d7ac21d
commit fb5438bfd1

View File

@ -70,8 +70,9 @@ module Homebrew
!Homebrew::EnvConfig.no_env_hints? &&
(core_formula_path?(path) || core_cask_path?(path) || core_formula_tap?(path) || core_cask_tap?(path))
end
ohai "To test your local edits, run:", <<~EOS
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source --verbose --debug #{args.named.join(" ")}
puts <<~EOS
To test your local edits, run:
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source --verbose --debug #{args.named.join(" ")}
EOS
end
end