From 3f6cb342c6cf92fcf4d76b11edb52e526968419a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 31 Mar 2014 14:27:40 -0400 Subject: propellor spin --- Propellor/CmdLine.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs index 5783612d..9e477d99 100644 --- a/Propellor/CmdLine.hs +++ b/Propellor/CmdLine.hs @@ -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" -- cgit v1.2.3