diff options
| -rw-r--r-- | Propellor/CmdLine.hs | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
