blob: 334895569843c90962ecde2a488785b7960b44f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
From 7addc7060b05e664b8e09e5c13b294e8e6394481 Mon Sep 17 00:00:00 2001
From: Kazunori SAKAMOTO <exkazuu@gmail.com>
Date: Fri, 3 Jan 2014 17:11:48 +0900
Subject: [PATCH] Add missed comma.
---
examples/lpostcmd.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/lpostcmd.lua b/examples/lpostcmd.lua
index e11639b..b48b0da 100644
--- a/examples/lpostcmd.lua
+++ b/examples/lpostcmd.lua
@@ -58,7 +58,7 @@ local rsyncpostcmd = {
return default.collect(agent,exitcode)
end
error("this should never be reached")
- end
+ end,
-- called before anything else
-- builds the target from host and targetdir
--
2.2.2
|