diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Spin.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Propellor/Spin.hs b/src/Propellor/Spin.hs index 3b3729f9..d0ce4d03 100644 --- a/src/Propellor/Spin.hs +++ b/src/Propellor/Spin.hs @@ -349,8 +349,6 @@ gitPushHelper hin hout = void $ fromstdin `concurrently` tostdout h <- fdToHandle hin connect h stdout connect fromh toh = do - hSetBinaryMode fromh True - hSetBinaryMode toh True b <- B.hGetSome fromh 40960 if B.null b then do |
