plugins/communicators/winssh/communicator.rb in vagrant-unbundled-2.2.9.0 vs plugins/communicators/winssh/communicator.rb in vagrant-unbundled-2.2.10.0
- old
+ new
@@ -215,10 +215,10 @@
protected
# The WinSSH communicator connection provides isolated modification
# to the generated connection instances. This modification forces
# all provided commands to run within powershell
- def connect(*args)
+ def connect(**opts)
connection = nil
super { |c| connection = c }
if !connection.instance_variable_get(:@winssh_patched)
open_chan = connection.method(:open_channel)