mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 06:33:49 +00:00
trivial: install_dell_bios_exe: fixup uefi-capsule -> uefi_capsule
Fixes: #2840
This commit is contained in:
parent
5bbb0b7980
commit
b71b273c87
@ -72,7 +72,7 @@ def find_uefi_device(client, deviceid):
|
||||
if not item.has_flag(1 << 8):
|
||||
continue
|
||||
# return the first hit for UEFI plugin
|
||||
if item.get_plugin() == 'uefi' or item.get_plugin() == 'uefi-capsule':
|
||||
if item.get_plugin() == 'uefi' or item.get_plugin() == 'uefi_capsule':
|
||||
print("Installing to %s" % item.get_name())
|
||||
return item.get_guid_default(), item.get_id(), item.get_version()
|
||||
print("Couldn't find any UEFI devices")
|
||||
|
Loading…
Reference in New Issue
Block a user