aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/cli
diff options
context:
space:
mode:
authorMarkus Reiter2016-10-06 12:56:39 +0200
committerGitHub2016-10-06 12:56:39 +0200
commit7e70ebd4f188e59172decc3a74aa61fbb4b58655 (patch)
tree3fa3b3f3212ce4308222bc8b45b6ebcc7f2a90b8 /Library/Homebrew/cask/lib/hbc/cli
parent6f070641b92d8ccaccb8c15713eb4b9c110c1ebd (diff)
parent0f7d1b137f55264366c772105e5026253906d896 (diff)
downloadbrew-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.rb2
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