doc: fix osbuild's image_types field name

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 <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2022-08-09 17:37:16 +02:00
parent b0b494fff0
commit ea8020473d
No known key found for this signature in database
GPG Key ID: 2EDC02DB69E9C992
1 changed files with 1 additions and 1 deletions

View File

@ -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: