From cf1e5a8b5118f102748bf38449ac107abe7f6d2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Thu, 19 Feb 2015 17:40:36 +0100 Subject: [PATCH] [bootloader] fix typo --- src/modules/bootloader/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/bootloader/main.py b/src/modules/bootloader/main.py index d6e781e3c..5215849de 100644 --- a/src/modules/bootloader/main.py +++ b/src/modules/bootloader/main.py @@ -46,7 +46,7 @@ def get_uuid(): def get_bootloader_entry_name(): if "productName" in libcalamares.job.configuration: - return libcalamares.job.configuration["bootloaderEntryName"] + return libcalamares.job.configuration["productName"] else: branding = libcalamares.globalstorage.value("branding") return branding["productName"]