summaryrefslogtreecommitdiff
path: root/Remote/Git.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Remote/Git.hs')
-rw-r--r--Remote/Git.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Git.hs b/Remote/Git.hs
index c1fba967a..215cd590f 100644
--- a/Remote/Git.hs
+++ b/Remote/Git.hs
@@ -321,7 +321,7 @@ copyFromRemote' r key file dest
-}
feedprogressback a = ifM (isJust <$> sshCacheDir)
( feedprogressback' a
- , bracketIO noop (const noop) $ a const
+ , bracketIO noop (const noop) (a $ const noop)
)
feedprogressback' a = do
u <- getUUID