From 7e918c86e273c01a13032a2395019e8e8935187b Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Mon, 26 Apr 2021 19:48:28 -0600 Subject: [PATCH] Fix URL error message --- Resources/SysPatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/SysPatch.py b/Resources/SysPatch.py index b71954832..6eafaf050 100644 --- a/Resources/SysPatch.py +++ b/Resources/SysPatch.py @@ -326,7 +326,7 @@ class PatchSysVolume: os.remove(self.constants.payload_apple_root_path_zip) else: print("- Download failed, please verify the below link works:") - print(self.constants.url_apple_binaries) + print(f"{self.constants.url_apple_binaries}{self.constants.payload_version}") def start_patch(self): # Check SIP