Skip to content

Commit

Permalink
Typo. :) There will probably be lots of these.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Apr 14, 2021
1 parent b95aa5a commit 3f6a696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server.Installer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static async Task Main(string[] args)

if (!elevationDetector.IsElevated())
{
ConsoleHelper.WriteError("The installer process be elevated. On Linux, run with sudo. " +
ConsoleHelper.WriteError("The installer process must be elevated. On Linux, run with sudo. " +
"On Windows, run from a command that was opened with \"Run as admin\".");
ConsoleHelper.ReadLine("Press any key to exit.");
return;
Expand Down

0 comments on commit 3f6a696

Please sign in to comment.