From: Michael Biggins Date: Mon, 28 Sep 2020 19:05:53 +0000 (+0100) Subject: Its impostor, not imposter. X-Git-Tag: v1.1.0~1^2~22^2~3 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=95d8e0f0fb4b6e4b6efcd4757ce4dbba73dd1fe0;p=rhonda%2Fimpostor.git Its impostor, not imposter. --- diff --git a/src/Impostor.Client/Program.cs b/src/Impostor.Client/Program.cs index 2cacc4a..580cf0e 100644 --- a/src/Impostor.Client/Program.cs +++ b/src/Impostor.Client/Program.cs @@ -15,7 +15,7 @@ namespace Impostor.Client { var firstArg = Environment.GetCommandLineArgs().FirstOrDefault(); - if (firstArg != null && Uri.TryCreate(firstArg, UriKind.Absolute, out var uri) && uri.Scheme.ToLower() == "imposter") + if (firstArg != null && Uri.TryCreate(firstArg, UriKind.Absolute, out var uri) && uri.Scheme.ToLower() == "impostor") { HandleUri(uri).GetAwaiter().GetResult(); return;