diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/create.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb index b111f118a..6f819bf5a 100644 --- a/Library/Homebrew/cmd/create.rb +++ b/Library/Homebrew/cmd/create.rb @@ -62,7 +62,7 @@ module Homebrew fc.generate! - puts "Please `brew audit #{fc.name}` before submitting, thanks." + puts "Please `brew audit --strict #{fc.name}` before submitting, thanks." exec_editor fc.path end |
