Correct small syntax error/typo

This commit is contained in:
Calvin Cheng 2012-03-15 10:07:42 +08:00
parent ad48ecd7bd
commit 008048b0c2
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ default.direct = {
end
spawn(event,
'/bin/cp',
event.sourcePath
event.targetPathdir,
event.sourcePath,
event.targetPathdir
)
elseif event.etype == 'Delete' then
if not config.delete then