diff options
| -rw-r--r-- | Propellor/CmdLine.hs | 2 |
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 |
