From 8159761833b5a33a9075d81d8de2f7461fc3ebcc Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Sun, 11 Jul 2021 12:28:52 -0600 Subject: [PATCH] Fix formatting --- Resources/Build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Build.py b/Resources/Build.py index f5e5aa0e3..cd8bbfe98 100644 --- a/Resources/Build.py +++ b/Resources/Build.py @@ -1019,7 +1019,7 @@ Please build OpenCore first!""" print("is removed from the partition") print("We highly recommend users partition 200MB off their drive with Disk Utility") print(" Name:\t\t OPENCORE") - print(" Format:\t FAT32") + print(" Format:\t\t FAT32") print(" Size:\t\t 200MB") choice = input("\nWould you like to still install OpenCore to this drive?(y/n): ") if not choice in ["y", "Y", "Yes", "yes"]: