From 1d04efa071b124b40f0e56284e0840b4d9f0690a Mon Sep 17 00:00:00 2001 From: Ron Green <11993626+georgettica@users.noreply.github.com> Date: Tue, 5 Nov 2024 21:52:13 +0200 Subject: [PATCH] docs(container.conf): command typo Signed-off-by: Ron Green <11993626+georgettica@users.noreply.github.com> --- docs/containers.conf.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/containers.conf.5.md b/docs/containers.conf.5.md index bc1b5eab6..cf10cea22 100644 --- a/docs/containers.conf.5.md +++ b/docs/containers.conf.5.md @@ -612,7 +612,7 @@ The default method is different based on the platform that Podman is being run upon. To determine the current value, use this command: -`podman info --format {{.Host.EventLogger}` +`podman info --format {{.Host.EventLogger}}` Valid values are: `file`, `journald`, and `none`.