[lxc-devel] [distrobuilder/master] Remove out-of-place statement in actions documentation

gbiggs on Github lxc-bot at linuxcontainers.org
Tue Oct 20 08:33:56 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 310 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20201020/9f772457/attachment.bin>
-------------- next part --------------
From bb419063dad557d5d9ebe4c4c9ea53e5261e0c35 Mon Sep 17 00:00:00 2001
From: Geoffrey Biggs <gbiggs at killbots.net>
Date: Tue, 20 Oct 2020 17:33:25 +0900
Subject: [PATCH] Remove out-of-place statement

Signed-off-by: Geoffrey Biggs <gbiggs at killbots.net>
---
 doc/actions.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/actions.md b/doc/actions.md
index 03220db..88ea5c8 100644
--- a/doc/actions.md
+++ b/doc/actions.md
@@ -25,7 +25,7 @@ The above list also shows the order in which the actions are processed.
 
 After the root filesystem has been unpacked, all `post-unpack` actions are run.
 
-After the package manager has updated all packages, (given that `packages.update` is `true`), all `post-update` all `post-packages` actions are run.
+After the package manager has updated all packages, (given that `packages.update` is `true`), all `post-update` actions are run.
 After the package manager has installed the requested packages, all `post-packages` actions are run.
 For more on `packages`, see [packages](packages.md).
 


More information about the lxc-devel mailing list