Antony Messerli пре 1 година
родитељ
комит
ca5dfff6ec
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      roles/netbootxyz/templates/menu/live-backbox.ipxe.j2

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

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