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:
parent
b0b494fff0
commit
ea8020473d
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user