cmd/edit: fix error message for formula

This commit is contained in:
Alexander Bayandin 2023-06-23 11:11:31 +00:00 committed by GitHub
parent 66c6e5b5f6
commit e36790ab5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ module Homebrew
else
<<~EOS
#{not_exist_message}
Run #{Formatter.identifier("brew create --formula --set-name #{path.basename} $URL")} \
Run #{Formatter.identifier("brew create --set-name #{path.basename} $URL")} \
to create a new formula!
EOS
end