Skip to content

Commit 112d216

Browse files
committed
Typo on the else statement
1 parent 9ae920f commit 112d216

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
@@ -81,7 +81,7 @@
8181
{# (say you enter 'bond' instead of 'bridge' in your variables) #}
8282
{% if interface.model is defined %}
8383
<model type='{{ interface.model }}'/>
84-
{% else $}
84+
{% else %}
8585
<model type='virtio'/>
8686
{% endif %}
8787
</interface>

0 commit comments

Comments
 (0)