Skip to content

Commit

Permalink
Merge pull request #18419 from abitrolly/newline-audit
Browse files Browse the repository at this point in the history
create: show audit command on the next line
  • Loading branch information
MikeMcQuaid authored Sep 26, 2024
2 parents e1f5edb + 6e55426 commit 5ef30ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Library/Homebrew/dev-cmd/create.rb
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,10 @@ def create_formula
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

Expand Down

0 comments on commit 5ef30ad

Please sign in to comment.