Merge pull request #18419 from abitrolly/newline-audit
create: show audit command on the next line
This commit is contained in:
commit
5ef30ad415
@ -224,7 +224,10 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
PyPI.update_python_resources! formula, ignore_non_pypi_packages: true if args.python?
|
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
|
path
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user