diff options
| -rw-r--r-- | Propellor/CmdLine.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs index 838f85de..6b33ae0d 100644 --- a/Propellor/CmdLine.hs +++ b/Propellor/CmdLine.hs @@ -71,7 +71,7 @@ spin host = do status <- getstatus fromh `catchIO` error "protocol error" case status of NeedKeyRing -> do - s <- toB64 readFile keyring + s <- toB64 <$> readFile keyring hPutStrLn toh $ toMarked keyringMarker s HaveKeyRing -> noop hPutStrLn toh $ toMarked privDataMarker privdata |
