From 467a69eba2a94669d89e1a75b754b0dcc221fa1d Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Thu, 5 Jan 2017 10:23:12 +0100 Subject: [PATCH] typo --- default-rsyncssh.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default-rsyncssh.lua b/default-rsyncssh.lua index 73751af..4baad3f 100644 --- a/default-rsyncssh.lua +++ b/default-rsyncssh.lua @@ -174,7 +174,7 @@ rsyncssh.action = function spawn( elist, config.rsync.binary, - '<', table.concat( filterI, '\000' ), + '<', table.concat( paths, '\000' ), config.rsync._computed, '-r', delete,