diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/tap.rb | 2 |
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 |
