From 4d697d9cdc6f6179738c26df34468c30ef65e03c Mon Sep 17 00:00:00 2001 From: RedBearAK <64876997+RedBearAK@users.noreply.github.com> Date: Wed, 17 Mar 2021 19:38:57 -0800 Subject: [PATCH] Fix typo Fixed typo in output, line 65 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 04736ee..1273299 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ def windows_setup(): os.system('C:\\Strawberry\\perl\\bin\\perl.exe -pi -e "s/(; )(.*)(; IBM)/$2$3/g" .\\windows\\kinto-new.ahk') if default > 0 and default < 5: stvscode = yn_choice(bcolors.CYELLOW2 + "Would you like to use Sublime Text 3 keymaps in VS Code?\n" + bcolors.ENDC) - print("\nWill now install Ubuntu Termimnal Theme as default...") + print("\nWill now install Ubuntu Terminal Theme as default...") os.system('regedit "' + path + '\\windows\\theme_ubuntu.reg"') os.system('robocopy "'+ path + '\\assets" "%userprofile%\\.kinto\\assets" /E') if (stvscode and (default > 0 or default < 3)):