Skip to content

Commit 617e07b

Browse files
committed
typo
1 parent a877746 commit 617e07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/vm.xml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<source pool='{{ volume.pool }}' volume='{{ volume.name }}'/>
4242
{% endif %}
4343
{% if volume.target is undefined %}
44-
<target dev='vd{{ 'abcdefghijklmnopqrstuvwxyz'[loop.index - 1] }} {% if volume.device | default(libvirt_volume_default_device) == 'cdrom' %}bus='sata'{% endif %}'/>
44+
<target dev='vd{{ 'abcdefghijklmnopqrstuvwxyz'[loop.index - 1] }}' {% if volume.device | default(libvirt_volume_default_device) == 'cdrom' %}bus='sata'{% endif %}/>
4545
{% else %}
4646
<target dev='{{ volume.target }}' {% if volume.device | default(libvirt_volume_default_device) == 'cdrom' %}bus='sata'{% endif %}/>
4747
{% endif %}

0 commit comments

Comments
 (0)