[bootloader] fix typo

This commit is contained in:
Philip Müller 2015-02-19 17:40:36 +01:00
parent 93f0de3f7f
commit cf1e5a8b51

View File

@ -46,7 +46,7 @@ def get_uuid():
def get_bootloader_entry_name(): def get_bootloader_entry_name():
if "productName" in libcalamares.job.configuration: if "productName" in libcalamares.job.configuration:
return libcalamares.job.configuration["bootloaderEntryName"] return libcalamares.job.configuration["productName"]
else: else:
branding = libcalamares.globalstorage.value("branding") branding = libcalamares.globalstorage.value("branding")
return branding["productName"] return branding["productName"]