Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Do not create base folder on remote when uploading dir
Calling lxc files push dir/ instance:/tmp/abc will create folder /tmp/abc/dir with all files inside which does not match behavior expected by Packer - files should be placed directly under /tmp/abc. Use lxc files push dir/* to upload files to proper directory
- Loading branch information