aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/install.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd/install.rb')
-rw-r--r--Library/Homebrew/cmd/install.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb
index c1d5f4739..ccdc48b63 100644
--- a/Library/Homebrew/cmd/install.rb
+++ b/Library/Homebrew/cmd/install.rb
@@ -33,7 +33,7 @@ module Homebrew extend self
require 'cmd/tap'
begin
install_tap $1, $2
- rescue AlreadyTappedError => e
+ rescue AlreadyTappedError
end
end
end unless ARGV.force?