plugins/commands/box/command/add.rb in vagrant-unbundled-2.2.3.0 vs plugins/commands/box/command/add.rb in vagrant-unbundled-2.2.4.0

- old
+ new

@@ -84,10 +84,10 @@ box_checksum: options[:checksum], box_clean: options[:clean], box_force: options[:force], box_download_ca_cert: options[:ca_cert], box_download_ca_path: options[:ca_path], - box_client_cert: options[:client_cert], + box_download_client_cert: options[:client_cert], box_download_insecure: options[:insecure], box_download_location_trusted: options[:location_trusted], ui: Vagrant::UI::Prefixed.new(@env.ui, "box"), })