remove call to deprecated toggle_nori_type_casting in winrm

This commit is contained in:
Matt Wrock 2016-01-24 10:54:09 -08:00
parent 1ae499670e
commit 9fc431f776
1 changed files with 0 additions and 1 deletions

View File

@ -170,7 +170,6 @@ module VagrantPlugins
client = ::WinRM::WinRMWebService.new(endpoint, @config.transport.to_sym, endpoint_options)
client.set_timeout(@config.timeout)
client.toggle_nori_type_casting(:off) #we don't want coersion of types
client
end