From 69520e0c8fc8aa4895ae007d79b21402dbf46ef8 Mon Sep 17 00:00:00 2001 From: Kris Jenkins Date: Mon, 3 Aug 2020 09:39:18 +0100 Subject: [PATCH] Linting. --- plutus-scb/app/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plutus-scb/app/Main.hs b/plutus-scb/app/Main.hs index e586adf8c84..42bd2385db8 100644 --- a/plutus-scb/app/Main.hs +++ b/plutus-scb/app/Main.hs @@ -325,7 +325,7 @@ runCliCommand _ config serviceAvailability SCBWebserver = raise $ SCBServer.main runCliCommand minLogLevel config serviceAvailability (ForkCommands commands) = void . liftIO $ do threads <- traverse forkCommand commands - putStrLn $ "Started all commands." + putStrLn "Started all commands." waitAny threads where