diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 14:08:54 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 14:08:54 -0400 |
| commit | 12c0b5034b2596b1a42d8d714464168070ede200 (patch) | |
| tree | 7eed7bfb86b687d16727b9fcb169df76fa6859be | |
| parent | 00c8a254bfac7451430199b970c203c9527cd1d2 (diff) | |
propellor spin
| -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 |
