diff options
| author | Markus Reiter | 2016-10-01 23:18:13 +0200 |
|---|---|---|
| committer | Markus Reiter | 2016-10-02 19:53:43 +0200 |
| commit | 082bd5e98ae7592bc92466186609066e00c2bf84 (patch) | |
| tree | 6afaa394d36b9d21517a41e47264ffb9c63780f8 /Library/Homebrew/cask/lib/hbc/cli | |
| parent | 564fa8867dd865c686d243ba48c202e0cb6a35fe (diff) | |
| download | brew-082bd5e98ae7592bc92466186609066e00c2bf84.tar.bz2 | |
Change `A Cask for #{token} is already installed.` message.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cli')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli/install.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/install.rb b/Library/Homebrew/cask/lib/hbc/cli/install.rb index d7575344d..996de8d1b 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/install.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/install.rb @@ -27,7 +27,7 @@ module Hbc rescue CaskAlreadyInstalledError => e opoo e.message count += 1 - rescue CaskAutoUpdatesError => e + rescue CaskAlreadyInstalledAutoUpdatesError => e opoo e.message count += 1 rescue CaskUnavailableError => e |
