test() defaults to powershell for winssh, no need to pass it
This commit is contained in:
parent
6b4584efb6
commit
ea518f6c78
|
@ -30,7 +30,7 @@ module VagrantPlugins
|
|||
}
|
||||
exit 1
|
||||
EOH
|
||||
@communicator.test(cmd, { shell: :powershell })
|
||||
@communicator.test(cmd)
|
||||
end
|
||||
|
||||
# Configures the specified interface for DHCP
|
||||
|
|
Loading…
Reference in New Issue