Parcourir la source

Fix case of name

Antony Messerli il y a 1 an
Parent
commit
ca5dfff6ec
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 %}