diff options
Diffstat (limited to 'hsm-command/Main.hs')
-rw-r--r-- | hsm-command/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hsm-command/Main.hs b/hsm-command/Main.hs index efcbc6e..d135e53 100644 --- a/hsm-command/Main.hs +++ b/hsm-command/Main.hs @@ -26,7 +26,7 @@ $(deriveFromYaml ''Env) main :: IO () main = launch @Env "command" id $ \env logger level -> - (commandStream & send @Env) + (commandStream @Env & send) & runServer @Env & runLog env.name logger level & runReader env |