test() defaults to powershell for winssh, no need to pass it

This commit is contained in:
Ben Hines 2017-09-29 19:30:07 -07:00
parent 6b4584efb6
commit ea518f6c78
1 changed files with 1 additions and 1 deletions

View File

@ -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