Merge pull request #6923 from mwrock/nori
remove call to deprecated toggle_nori_type_casting in winrm
This commit is contained in:
commit
b3925486bd
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue