Fix bug in file_copy plugin that made copying files... not work

This commit is contained in:
Anders Ingemann 2016-12-01 16:00:04 +01:00
parent ee18fc84ca
commit 876ea7bd85
No known key found for this signature in database
GPG key ID: 49C87973A14931A9

View file

@ -74,4 +74,4 @@ class FileCopyCommand(Task):
else:
dst = final_destination
modify_path(info, dst, file_entry)
modify_path(info, file_entry['dst'], file_entry)