Merge pull request #1467 from Dorian/patch-1

Update the CaskAlreadyInstalledError with new reinstall command
This commit is contained in:
Vítor Galvão 2016-11-09 15:28:21 +00:00 committed by GitHub
commit f802c55c90

View File

@ -41,7 +41,7 @@ module Hbc
def reinstall_message
<<-EOS.undent
To re-install #{token}, run:
brew cask uninstall --force #{token} && brew cask install #{token}
brew cask reinstall #{token}
EOS
end
end