From 6e55426407e517ab2cf9fbfd85b3ae90f0e02215 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 26 Sep 2024 12:25:06 +0100 Subject: [PATCH] dev-cmd/create: tweak wording. --- Library/Homebrew/dev-cmd/create.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/create.rb b/Library/Homebrew/dev-cmd/create.rb index a9ca744475..13917b8439 100644 --- a/Library/Homebrew/dev-cmd/create.rb +++ b/Library/Homebrew/dev-cmd/create.rb @@ -225,7 +225,7 @@ module Homebrew PyPI.update_python_resources! formula, ignore_non_pypi_packages: true if args.python? puts <<~EOS - Please run the following command before submitting, thanks. + Please run the following command before submitting: HOMEBREW_NO_INSTALL_FROM_API=1 brew audit --new #{fc.name} EOS path