Merge pull request #18419 from abitrolly/newline-audit

create: show audit command on the next line
This commit is contained in:
Mike McQuaid 2024-09-26 13:23:08 +01:00 committed by GitHub
commit 5ef30ad415
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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