From ea8020473d0b8f3fc38f3d9fc0bc0b7dcab0f1ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Tue, 9 Aug 2022 17:37:16 +0200 Subject: [PATCH] doc: fix osbuild's image_types field name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's actually image_types, not just image_type. See https://pagure.io/fork/obudai/pungi/blob/master/f/pungi/checks.py#_1160 Signed-off-by: Ondřej Budai --- doc/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index 4a7f8986..697784b8 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -1592,7 +1592,7 @@ OSBuild Composer for building images * ``name`` -- name of the Koji package * ``distro`` -- image for which distribution should be build TODO examples - * ``image_type`` -- a list of image types to build (e.g. ``qcow2``) + * ``image_types`` -- a list of image types to build (e.g. ``qcow2``) Optional keys: