浏览代码

Fix case of name

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 %}