The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/distrobuilder/pull/369

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===

From bb419063dad557d5d9ebe4c4c9ea53e5261e0c35 Mon Sep 17 00:00:00 2001
From: Geoffrey Biggs <gbi...@killbots.net>
Date: Tue, 20 Oct 2020 17:33:25 +0900
Subject: [PATCH] Remove out-of-place statement

Signed-off-by: Geoffrey Biggs <gbi...@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).
 
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to