diff options
-rw-r--r-- | Command/XMPPGit.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/XMPPGit.hs b/Command/XMPPGit.hs index 9df4f5d66..c54d6a84a 100644 --- a/Command/XMPPGit.hs +++ b/Command/XMPPGit.hs @@ -39,3 +39,4 @@ gitRemoteHelper = do respond l = do mapM_ putStrLn l putStrLn "" + hFlush stdout |