Skip to content
Snippets Groups Projects
Commit 9455921e authored by sveseli's avatar sveseli
Browse files

fix typo

parent 23eb302b
No related branches found
No related tags found
No related merge requests found
__version__ = "1.1 (2017.03.03)"
__version__ = "1.1 (2017.03.06)"
......@@ -116,7 +116,7 @@ class RsyncFileTransferPlugin(FileTransferPlugin):
self.logger.debug('Starting transfer: %s -> %s' % (srcUrl, destUrl))
command = self.DIRECTORY_TRANSFER_COMMAND
if destDirectory:
targetDirectory = '%s/%s' % (storageDirectory,targetDirectory)
targetDirectory = '%s/%s' % (storageDirectory,destDirectory)
command = self.DIRECTORY_TRANSFER_WITH_MKDIR_COMMAND % targetDirectory
self.start(src=srcUrl, dest=destUrl, command=command, templateInfo=uploadInfo, cwd=dataDirectory)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment