Merge pull request #12824 from MikeMcQuaid/reinstall_cask
cask/exceptions: fix reinstall cask messaging.
This commit is contained in:
commit
d36b61d74b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user