diff --git a/server/src/Main.hs b/server/src/Main.hs index e1a35ec..6eef860 100644 --- a/server/src/Main.hs +++ b/server/src/Main.hs @@ -92,5 +92,5 @@ main = do opts <- S.getArgs let application = serve api . hoistServer api (runWithEnv env) $ server case opts of - ["--with-ssl"] -> WTLS.runTLS tlsSettings warpSettings application + ["--with-tls"] -> WTLS.runTLS tlsSettings warpSettings application _ -> W.run 8080 application