aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/tap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb
index 0214b39f9..8f8e99e67 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