mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Fix bug in file_copy plugin that made copying files... not work
This commit is contained in:
parent
ee18fc84ca
commit
876ea7bd85
1 changed files with 1 additions and 1 deletions
|
@ -74,4 +74,4 @@ class FileCopyCommand(Task):
|
||||||
else:
|
else:
|
||||||
dst = final_destination
|
dst = final_destination
|
||||||
|
|
||||||
modify_path(info, dst, file_entry)
|
modify_path(info, file_entry['dst'], file_entry)
|
||||||
|
|
Loading…
Add table
Reference in a new issue