Merge pull request #12824 from MikeMcQuaid/reinstall_cask

cask/exceptions: fix reinstall cask messaging.
This commit is contained in:
Mike McQuaid 2022-02-01 09:06:51 +00:00 committed by GitHub
commit d36b61d74b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,7 @@ module Cask
Cask '#{token}' is already installed. Cask '#{token}' is already installed.
To re-install #{token}, run: To re-install #{token}, run:
#{Formatter.identifier("brew reinstall #{token}")} #{Formatter.identifier("brew reinstall --cask #{token}")}
EOS EOS
end end
end end