Skip to content

Commit 726282d

Browse files
authored
Merge pull request #2884 from OSInside/fix_doc_typo
Fixed typo in documentation
2 parents 9a8cef4 + f024b0e commit 726282d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/concept_and_workflow/profiles.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ machine images of the `oem` type are configured: one for QEMU (using the
2525
<packagemanager>zypper</packagemanager>
2626
</preferences>
2727
<preferences profiles="QEMU">
28-
<type image="oem" format="qcow2" filesystem="ext4">
28+
<type image="oem" format="qcow2" filesystem="ext4"/>
2929
</preferences>
3030
<preferences profiles="VMWare">
31-
<type image="oem" format="vmdk" filesystem="ext4">
31+
<type image="oem" format="vmdk" filesystem="ext4"/>
3232
</preferences>
3333
</image>
3434

0 commit comments

Comments
 (0)