updte
This commit is contained in:
parent
3d98e31919
commit
72e8086d7e
|
@ -306,7 +306,7 @@ boot = do
|
|||
-- reads from the second fd and sends it to stdout.
|
||||
gitPush :: Fd -> Fd -> IO ()
|
||||
gitPush hin hout = do
|
||||
print ("gitPush", hin, hout)
|
||||
hPutStrLn stderr $ show ("gitPush", hin, hout)
|
||||
void $ fromstdin `concurrently` tostdout
|
||||
where
|
||||
fromstdin = do
|
||||
|
|
Loading…
Reference in New Issue