Merge pull request #1467 from Dorian/patch-1
Update the CaskAlreadyInstalledError with new reinstall command
This commit is contained in:
commit
f802c55c90
@ -41,7 +41,7 @@ module Hbc
|
|||||||
def reinstall_message
|
def reinstall_message
|
||||||
<<-EOS.undent
|
<<-EOS.undent
|
||||||
To re-install #{token}, run:
|
To re-install #{token}, run:
|
||||||
brew cask uninstall --force #{token} && brew cask install #{token}
|
brew cask reinstall #{token}
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user