1
0
Antony Messerli 1 жил өмнө
parent
commit
ffb63fd7a1

+ 1 - 1
roles/netbootxyz/templates/menu/live-bodhi.ipxe.j2

@@ -7,7 +7,7 @@ set os Bodhi
 menu ${os}
 menu ${os}
 item --gap ${os} Versions
 item --gap ${os} Versions
 {% for key, value in endpoints.items() | sort %}
 {% for key, value in endpoints.items() | sort %}
-{% if value.os == "bodhi" }
+{% if value.os == "bodhi" %}
 item {{ value.version }}-{{ value.flavor }} ${space} ${os} {{ value.version }} {{ value.flavor }}
 item {{ value.version }}-{{ value.flavor }} ${space} ${os} {{ value.version }} {{ value.flavor }}
 {% endif %}
 {% endif %}
 {% endfor %}
 {% endfor %}