summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Wiebalck <Arne.Wiebalck@cern.ch>2023-03-15 14:25:42 +0100
committerArne Wiebalck <Arne.Wiebalck@cern.ch>2023-03-15 14:25:42 +0100
commitb32f6c6d94812e9eb05c2f60039ec2b22385c8c1 (patch)
tree61e57f2b541cd292d91d6d96701f463d5a835fc2
parent9f09b885bd1db990262e0a7da7b8b3f9548fc3d6 (diff)
downloadironic-python-agent-b32f6c6d94812e9eb05c2f60039ec2b22385c8c1.tar.gz
[Trivial] Fix typo in efi_utils
Change-Id: I692e045e6bc8683038a2e85a6a132687d2b30f18
-rw-r--r--ironic_python_agent/efi_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic_python_agent/efi_utils.py b/ironic_python_agent/efi_utils.py
index 48e643d3..da5e97b6 100644
--- a/ironic_python_agent/efi_utils.py
+++ b/ironic_python_agent/efi_utils.py
@@ -63,7 +63,7 @@ def get_partition_path_by_number(device, part_num):
def manage_uefi(device, efi_system_part_uuid=None):
"""Manage the device looking for valid efi bootloaders to update the nvram.
- This method checks for valid efi bootloaders in the device, if they exists
+ This method checks for valid efi bootloaders in the device, if they exist
it updates the nvram using the efibootmgr.
:param device: the device to be checked.