From dcf9f661ee21f0982e41d338310d0d6e0a6afc5c Mon Sep 17 00:00:00 2001 From: Scott Pynn Date: Sat, 7 May 2016 00:19:18 -0400 Subject: [PATCH] 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. --- Godeps/Godeps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 290793051..700d0256d 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -393,7 +393,7 @@ }, { "ImportPath": "github.com/packer-community/winrmcp/winrmcp", - "Rev": "f1bcf36a69fa2945e65dd099eee11b560fbd3346" + "Rev": "edcdaf386f9ed1b7e6a2cf826d6a4a2963be3aa5" }, { "ImportPath": "github.com/pierrec/lz4",