From 8abd260de4732c832ed44a8023b3b87627819422 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Sat, 27 Jul 2024 08:22:06 +0700 Subject: [PATCH] Fix typo --- OpCore-Simplify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpCore-Simplify.py b/OpCore-Simplify.py index 18c9828..c1b0f11 100755 --- a/OpCore-Simplify.py +++ b/OpCore-Simplify.py @@ -219,7 +219,7 @@ class OCPE: self.select_macos_version() self.b.build_efi(self.hardware, self.macos_version) self.show_result() - reminder_message = "\n\nIMPORTANT REMINDER: Please make sure you add the USBMap.kext to /EFI/OC/Kext before using this\nOpenCore EFI.\n\n" + reminder_message = "\n\nIMPORTANT REMINDER: Please make sure you add the USBMap.kext to /EFI/OC/Kexts before using this\nOpenCore EFI.\n\n" self.u.exit_program(o.u.message(reminder_message, "reminder")) if __name__ == '__main__':