propellor spin

This commit is contained in:
Joey Hess 2014-03-31 14:08:54 -04:00
parent 00c8a254bf
commit 12c0b5034b
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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