From 74564d31708a0b10e1f901d5164a7f4f219bb2f4 Mon Sep 17 00:00:00 2001 From: Lucy Cifferello Date: Wed, 19 Aug 2020 11:52:41 -0600 Subject: [PATCH] uncomment line --- src/Application.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.hs b/src/Application.hs index 2a0ec90..ab50a72 100644 --- a/src/Application.hs +++ b/src/Application.hs @@ -181,7 +181,7 @@ startApp :: RegistryCtx -> IO () startApp foundation = do -- set up ssl certificates putStrLn @Text "Setting up SSL" - -- _ <- setupSsl $ appSettings foundation + _ <- setupSsl $ appSettings foundation putStrLn @Text "SSL Setup Complete" -- certbot renew loop