We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454b6ae commit 612124fCopy full SHA for 612124f
1 file changed
BuildService.Shared/Program.cs
@@ -23,7 +23,7 @@ public static string BuildScriptExtension
23
24
public static void Main(string[] args)
25
{
26
- if (args.Length > 0 && args[0] == @"-serer")
+ if (args.Length > 0 && args[0] == @"-server")
27
28
InitalizeServer();
29
}
0 commit comments