Skip to content

Commit

Permalink
Linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Jenkins authored and krisajenkins committed Aug 3, 2020
1 parent 6c2e644 commit 69520e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus-scb/app/Main.hs
Expand Up @@ -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

Expand Down

0 comments on commit 69520e0

Please sign in to comment.