summaryrefslogtreecommitdiffstats
path: root/src/utils/uefi.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/uefi.py')
-rw-r--r--src/utils/uefi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/uefi.py b/src/utils/uefi.py
index 10095a7..179df4d 100644
--- a/src/utils/uefi.py
+++ b/src/utils/uefi.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2023 Soleta Networks <info@soleta.eu>
+# Copyright (C) 2020-2024 Soleta Networks <info@soleta.eu>
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the
@@ -233,4 +233,4 @@ def restore_windows_efi_bootloader(disk, partition):
raise OgError(f'Failed to copy {loader_dir} into {destination_dir}: {e}') from e
finally:
umount(mountpoint)
- umount(esp_mountpoint) \ No newline at end of file
+ umount(esp_mountpoint)