Fix GRUB theme ISO validation helper name
This commit is contained in:
@@ -566,7 +566,7 @@ validate_iso_grub_theme_assets() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
iso_files="$(mktemp)"
|
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
|
echo "ERROR: failed to list ISO files for GRUB theme validation" >&2
|
||||||
rm -f "$iso_files"
|
rm -f "$iso_files"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user