From 964df5487a6b5f43204c68b92d593ce2123521e4 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 27 Jun 2023 08:40:54 +0200 Subject: [PATCH] fix typo --- usr/lib/archboot/installer/bootloader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/bootloader.sh b/usr/lib/archboot/installer/bootloader.sh index 592f2f84c..26d333b70 100644 --- a/usr/lib/archboot/installer/bootloader.sh +++ b/usr/lib/archboot/installer/bootloader.sh @@ -596,7 +596,7 @@ _do_grub_config() { fi fi if [[ -n "${_UCODE}" ]]; then - _INITRD_UCODE="${_SUBDIR}/${UC_UCODE}" + _INITRD_UCODE="${_SUBDIR}/${_UCODE}" fi ## Move old config file, if any if [[ -n "${_UEFI_SECURE_BOOT}" ]]; then