diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb index 0214b39f92..8f8e99e67c 100644 --- a/Library/Homebrew/tap.rb +++ b/Library/Homebrew/tap.rb @@ -470,7 +470,7 @@ class CoreTap < Tap end def install(options = {}) - options = { :clone_target => OFFICIAL_REMOTE }.merge(options) + options[:clone_target] ||= OFFICIAL_REMOTE super options end