diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 14:27:40 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 14:27:40 -0400 |
| commit | 3f6cb342c6cf92fcf4d76b11edb52e526968419a (patch) | |
| tree | c8a8feae4a19af3c50f96c16f95a0214e18b477d | |
| parent | 9a1fffdeadf89d88092abf4f7b294ac6f9aa6ead (diff) | |
propellor spin
| -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" |
