Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Jan 22, 2024
1 parent ed017fa commit 26202e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/GameServer.lean
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ unsafe def main : List String → IO UInt32 := fun args => do

-- TODO: remove this argument
if args[0]? == some "--server" then
MyServer.FileWorker.workerMain {} args
GameServer.FileWorker.workerMain {} args
else
e.putStrLn s!"Expected `--server`"
return 1

0 comments on commit 26202e5

Please sign in to comment.