diff options
| author | Markus Reiter | 2016-10-06 12:56:39 +0200 |
|---|---|---|
| committer | GitHub | 2016-10-06 12:56:39 +0200 |
| commit | 7e70ebd4f188e59172decc3a74aa61fbb4b58655 (patch) | |
| tree | 3fa3b3f3212ce4308222bc8b45b6ebcc7f2a90b8 /Library/Homebrew/cask/lib/hbc/cli | |
| parent | 6f070641b92d8ccaccb8c15713eb4b9c110c1ebd (diff) | |
| parent | 0f7d1b137f55264366c772105e5026253906d896 (diff) | |
| download | brew-7e70ebd4f188e59172decc3a74aa61fbb4b58655.tar.bz2 | |
Merge pull request #1207 from reitermarkus/cask-already-installed-warning
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 |
