repair the command option

This commit is contained in:
hyuraku 2022-04-12 08:39:03 +09:00
parent f8a05b7338
commit 47699614fd

View File

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