Fix GRUB theme ISO validation helper name

This commit is contained in:
2026-05-03 14:45:16 +03:00
parent b21f03cd26
commit 258741d1dc

View File

@@ -566,7 +566,7 @@ validate_iso_grub_theme_assets() {
}
iso_files="$(mktemp)"
list_iso_files "$iso_path" > "$iso_files" || {
iso_list_files "$iso_path" > "$iso_files" || {
echo "ERROR: failed to list ISO files for GRUB theme validation" >&2
rm -f "$iso_files"
exit 1