cask/exceptions: fix reinstall cask messaging.

Fixes #12813.
This commit is contained in:
Mike McQuaid 2022-02-01 08:39:40 +00:00
parent 9b9ca76fc1
commit a691768c81
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

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