Merge pull request #16674 from abitrolly/patch-1

Ask to use HOMEBREW_NO_INSTALL_FROM_API=1 for audit
This commit is contained in:
Mike McQuaid 2024-02-16 08:42:32 +00:00 committed by GitHub
commit d6ab8b1664
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -225,7 +225,7 @@ module Homebrew
end
PyPI.update_python_resources! formula, ignore_non_pypi_packages: true if args.python?
puts "Please run `brew audit --new #{fc.name}` before submitting, thanks."
puts "Please run `HOMEBREW_NO_INSTALL_FROM_API=1 brew audit --new #{fc.name}` before submitting, thanks."
path
end