summaryrefslogtreecommitdiff
path: root/Propellor
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 14:27:40 -0400
committerJoey Hess2014-03-31 14:27:40 -0400
commit3f6cb342c6cf92fcf4d76b11edb52e526968419a (patch)
treec8a8feae4a19af3c50f96c16f95a0214e18b477d /Propellor
parent9a1fffdeadf89d88092abf4f7b294ac6f9aa6ead (diff)
propellor spin
Diffstat (limited to 'Propellor')
-rw-r--r--Propellor/CmdLine.hs1
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"