diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 14:26:56 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 14:26:56 -0400 |
| commit | 9a1fffdeadf89d88092abf4f7b294ac6f9aa6ead (patch) | |
| tree | b8d06afddedf3007a700db2cced8f6f77fa230d1 /Propellor/CmdLine.hs | |
| parent | 69c39a087b013a271b2a837940385b6c1f76ba72 (diff) | |
propellor spin
Diffstat (limited to 'Propellor/CmdLine.hs')
| -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 |
