diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index 755d944dc5..a1e13d9e68 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -19,7 +19,7 @@ module Homebrew user = $1 repo = $2.sub(/^homebrew-/, "") tap = Tap.fetch(user, repo) - tap.install + tap.install unless tap.installed? end end unless ARGV.force?