Skip to content
Snippets Groups Projects
Commit 702d0791 authored by Dorian's avatar Dorian Committed by GitHub
Browse files

Update the CaskAlreadyInstalledError with new reinstall command

e.g. this changes:

```
To re-install google-chrome, run:
  brew cask uninstall --force google-chrome && brew cask install google-chrome
```

To:

```
To re-install google-chrome, run:
  brew cask reinstall google-chrome
```
parent c0918822
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment