From 481be9da35248502211d22d8114de16026926311 Mon Sep 17 00:00:00 2001 From: Joe Khoobyar Date: Fri, 30 Mar 2018 21:45:09 -0400 Subject: [PATCH] code reformatted with gofmt --- communicator/winrm/communicator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communicator/winrm/communicator.go b/communicator/winrm/communicator.go index 6510dc49b..18112851d 100644 --- a/communicator/winrm/communicator.go +++ b/communicator/winrm/communicator.go @@ -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{} } }