From 05703893af260e067ed654ad670b4e6f7393c012 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 5 Jun 2020 16:38:11 -0400 Subject: [PATCH] use right handle --- Git/Queue.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Git/Queue.hs b/Git/Queue.hs index 7ce0f0b788..5b9f3b9c70 100644 --- a/Git/Queue.hs +++ b/Git/Queue.hs @@ -207,7 +207,7 @@ runAction repo action@(CommandAction {}) = liftIO $ do where gitparams = gitCommandLine (Param (getSubcommand action):getParams action) repo - go p _ (Just h) _ pid = do + go p (Just h) _ _ pid = do hPutStr h $ intercalate "\0" $ toCommand $ getFiles action hClose h forceSuccessProcess p pid