Skip to content

Commit 612124f

Browse files
committed
Fix spelling mistake
1 parent 454b6ae commit 612124f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BuildService.Shared/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static string BuildScriptExtension
2323

2424
public static void Main(string[] args)
2525
{
26-
if (args.Length > 0 && args[0] == @"-serer")
26+
if (args.Length > 0 && args[0] == @"-server")
2727
{
2828
InitalizeServer();
2929
}

0 commit comments

Comments
 (0)