[bootloader] fix typo
This commit is contained in:
parent
93f0de3f7f
commit
cf1e5a8b51
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user