From 0781a03193044b8b5af17ab1c34cbc73645481b0 Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Tue, 30 Aug 2016 18:16:22 +0200 Subject: [PATCH] transport: fix indentation Signed-off-by: Tobias Ulmer --- generic/transport.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/generic/transport.lua b/generic/transport.lua index 06f2ccd..4f99d62 100644 --- a/generic/transport.lua +++ b/generic/transport.lua @@ -348,8 +348,7 @@ function transport.push_file(sourcefile, durl, location, push_permissions, try_h table.insert(rsync_argv, push_permissions) end - rc, re = rsync_ssh_mkdir(rsync_argv, u.user, - u.servername, destdir) + rc, re = rsync_ssh_mkdir(rsync_argv, u.user, u.servername, destdir) if not rc then return false, re end -- 2.39.5