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
|
exit 1
|
||||||
EOH
|
EOH
|
||||||
@communicator.test(cmd, { shell: :powershell })
|
@communicator.test(cmd)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Configures the specified interface for DHCP
|
# Configures the specified interface for DHCP
|
||||||
|
|
Loading…
Reference in New Issue