code reformatted with gofmt

This commit is contained in:
Joe Khoobyar 2018-03-30 21:45:09 -04:00
parent d7cb9baa43
commit 481be9da35
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ func (c *Communicator) newCopyClient() (*winrmcp.Winrmcp, error) {
OperationTimeout: c.Timeout(),
MaxOperationsPerShell: 15, // lowest common denominator
}
if c.connInfo.NTLM == true {
config.TransportDecorator = func() winrm.Transporter { return &winrm.ClientNTLM{} }
}