From b120262482e030c05ed98bbd4d935b21b9b0a163 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 18 Nov 2014 15:37:22 -0400 Subject: fix proto --- src/Propellor/CmdLine.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/Propellor/CmdLine.hs b/src/Propellor/CmdLine.hs index 2f41f0c6..1aae33fc 100644 --- a/src/Propellor/CmdLine.hs +++ b/src/Propellor/CmdLine.hs @@ -310,9 +310,7 @@ boot = do -- Reads from stdin and sends it to the first fd; -- reads from the second fd and sends it to stdout. gitPush :: Fd -> Fd -> IO () -gitPush hin hout = do - hPutStrLn stderr $ show ("gitPush", hin, hout) - void $ fromstdin `concurrently` tostdout +gitPush hin hout = void $ fromstdin `concurrently` tostdout where fromstdin = do h <- fdToHandle hin -- cgit v1.3-2-g0d8e