Merge pull request #6923 from mwrock/nori

remove call to deprecated toggle_nori_type_casting in winrm
This commit is contained in:
Shawn Neal 2016-01-27 11:52:01 -08:00
commit b3925486bd
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