diff options
Diffstat (limited to 'Library/Homebrew/cmd/update.rb')
| -rw-r--r-- | Library/Homebrew/cmd/update.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/update.rb b/Library/Homebrew/cmd/update.rb index f6e90f6c9..9f681d1a4 100644 --- a/Library/Homebrew/cmd/update.rb +++ b/Library/Homebrew/cmd/update.rb @@ -63,7 +63,7 @@ module Homebrew extend self tap_user, tap_repo = migration.split '/' begin install_tap tap_user, tap_repo - rescue AlreadyTappedError => e + rescue AlreadyTappedError end end if load_tap_migrations |
