Closed mefellows closed 9 years ago
Given the current working dir
~/go/src/github.com/packer-community/winrmcp
and a sub-directory
DSC/Index_files/foo/bar
the command
`bin/winrmcp -user=vagrant -pass=vagrant ./DSC c:/DSC`
will result in the following errant upload path:
c:/DSC/ex_files/foo/bar
I believe the root cause of this to be line 72 of winrmcp.go which fails to take into consideration.
Fixed, build passing (and also Tested in a Packer run).
Awesome thanks!
Given the current working dir
and a sub-directory
the command
will result in the following errant upload path:
I believe the root cause of this to be line 72 of winrmcp.go which fails to take into consideration.