Update winrmcp revision to include Windows path fix (#3488)

On Windows, packer's 'file' provisioner fails to copy files/directories that include both a volume identifier (e.g. C:) and spaces in the path.

The root cause of this was found to be embedded single quotes in the 'destination' value, added by the github.com/packer-community/winrmcp/winrmcp project.

This updated winrmcp revision includes the fix to resolve this issue.
This commit is contained in:
Scott Pynn 2016-05-07 00:19:18 -04:00 committed by Chris Bednarski
parent e3b9ec62ac
commit dcf9f661ee
1 changed files with 1 additions and 1 deletions

2
Godeps/Godeps.json generated
View File

@ -393,7 +393,7 @@
},
{
"ImportPath": "github.com/packer-community/winrmcp/winrmcp",
"Rev": "f1bcf36a69fa2945e65dd099eee11b560fbd3346"
"Rev": "edcdaf386f9ed1b7e6a2cf826d6a4a2963be3aa5"
},
{
"ImportPath": "github.com/pierrec/lz4",