Skip to content

Commit

Permalink
No sleep makes typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Apr 14, 2021
1 parent 3f6a696 commit 71047a0
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 @@ -46,7 +46,7 @@ public static async Task Main(string[] args)
if (!elevationDetector.IsElevated())
{
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\".");
"On Windows, run from a command line that was opened with \"Run as admin\".");
ConsoleHelper.ReadLine("Press any key to exit.");
return;
}
Expand Down

0 comments on commit 71047a0

Please sign in to comment.