diff --git a/plugins/kernel_v2/config/push.rb b/plugins/kernel_v2/config/push.rb index e8ce5a3ee..e0137b29d 100644 --- a/plugins/kernel_v2/config/push.rb +++ b/plugins/kernel_v2/config/push.rb @@ -30,7 +30,8 @@ module VagrantPlugins # Capture the strategy so we can use it later. This will be used in # the block iteration for merging/overwriting - strategy = (tuples[0] && tuples[0][0]) || name + strategy = name + strategy = tuples[0][0] if tuples[0] begin tuples.each do |s, b|