propellor spin

This commit is contained in:
Joey Hess 2014-03-31 14:27:40 -04:00
parent 9a1fffdead
commit 3f6cb342c6
Failed to extract signature
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ spin host = do
putStr $ "Sending " ++ keyring ++ " to " ++ host ++ "..."
hFlush stdout
s <- toB64 <$> readFile keyring
putStrLn $ toMarked keyringMarker s
hPutStrLn toh $ toMarked keyringMarker s
hFlush toh
putStrLn "done"