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:
parent
e3b9ec62ac
commit
dcf9f661ee
|
@ -393,7 +393,7 @@
|
|||
},
|
||||
{
|
||||
"ImportPath": "github.com/packer-community/winrmcp/winrmcp",
|
||||
"Rev": "f1bcf36a69fa2945e65dd099eee11b560fbd3346"
|
||||
"Rev": "edcdaf386f9ed1b7e6a2cf826d6a4a2963be3aa5"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/pierrec/lz4",
|
||||
|
|
Loading…
Reference in New Issue