From 9a1fffdeadf89d88092abf4f7b294ac6f9aa6ead Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 31 Mar 2014 14:26:56 -0400 Subject: propellor spin --- Propellor/CmdLine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3