mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-27 03:51:20 -05:00
It appears that the desired effect was to support
src = "dir" -> dest/dir
src = "dir/" -> dest
but cp -R already handles this, provided the trailing slash does not
get consumed by the shell.
The wildcard causes problems when multiple files match the
shell glob, e.g.
UploadDir("/tmp", "./salt*", [])
where my working dir contains
- salt
- salt-foo
will error.
|
||
|---|---|---|
| .. | ||
| chroot | ||
| common | ||
| ebs | ||
| instance | ||