diff options
| author | Vítor Galvão | 2016-11-09 15:28:21 +0000 |
|---|---|---|
| committer | GitHub | 2016-11-09 15:28:21 +0000 |
| commit | f802c55c9035968354cd1350546f5185d16008ef (patch) | |
| tree | a0d3016673cf6d23ec6b8328223466c5794a06f9 /Library | |
| parent | c091882246fb794e5a70f13e5e1937075bfc65df (diff) | |
| parent | 702d07917ee3fbeba831c7a95527e1b71baf08a6 (diff) | |
| download | brew-f802c55c9035968354cd1350546f5185d16008ef.tar.bz2 | |
Merge pull request #1467 from Dorian/patch-1
Update the CaskAlreadyInstalledError with new reinstall command
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/exceptions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/exceptions.rb b/Library/Homebrew/cask/lib/hbc/exceptions.rb index c323f6c4c..8a128a52b 100644 --- a/Library/Homebrew/cask/lib/hbc/exceptions.rb +++ b/Library/Homebrew/cask/lib/hbc/exceptions.rb @@ -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 |
