summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 14:26:56 -0400
committerJoey Hess2014-03-31 14:26:56 -0400
commit9a1fffdeadf89d88092abf4f7b294ac6f9aa6ead (patch)
treeb8d06afddedf3007a700db2cced8f6f77fa230d1
parent69c39a087b013a271b2a837940385b6c1f76ba72 (diff)
propellor spin
-rw-r--r--Propellor/CmdLine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs
index 3654600a..5783612d 100644
--- a/Propellor/CmdLine.hs
+++ b/Propellor/CmdLine.hs
@@ -143,7 +143,7 @@ boot props = do
havering <- doesFileExist keyring
putStrLn $ toMarked statusMarker $ show $ if havering then HaveKeyRing else NeedKeyRing
hFlush stdout
- reply <- getContents
+ reply <- hGetContentsStrict stdin
hPutStrLn stderr $ show $ fromMarked keyringMarker reply
hFlush stderr