kitchen-cli
kitchen-cli copied to clipboard
copy_files app-setting ignores the file part of the path
Hi,
Regarding the copy instructions, i tried using the /copy_files
property like this
{
"source": "adsubmission.json",
"dest": "OUTPUT_DIR/private/app.json"
}
The file copied however was ~~OUTPUT_DIR/private/application.json
~~ OUTPUT_DIR/private/adsubmission.json
@paulbalomiri fixed and will be available in next version (0.9.58).
Thank you!
:+1: