mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-10 11:11:40 +01:00
26 lines
653 B
Diff
26 lines
653 B
Diff
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
|
|
|