diff --git a/Library/Homebrew/dev-cmd/create.rb b/Library/Homebrew/dev-cmd/create.rb index 089f65a9c5..13917b8439 100644 --- a/Library/Homebrew/dev-cmd/create.rb +++ b/Library/Homebrew/dev-cmd/create.rb @@ -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