From 986765e25fe9538cb9f34e53e0b3dd3799e4988f Mon Sep 17 00:00:00 2001 From: Timothy Sutton Date: Wed, 9 Nov 2022 18:16:44 -0500 Subject: [PATCH] typo --- brigadier | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brigadier b/brigadier index 375c7fc..1b19faa 100755 --- a/brigadier +++ b/brigadier @@ -370,7 +370,7 @@ when running the installer out of 'system32'." % output_dir) if os.path.exists('/mnt/c/Windows/explorer.exe'): subprocess.call(['/mnt/c/Windows/explorer.exe','.']) else: - print("Platform not supported! ({})".format(playform.system())) + print("Platform not supported! ({})".format(platform.system())) pass status("Done.")