summaryrefslogtreecommitdiff
path: root/Remote/Git.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-14 13:58:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-14 13:58:17 -0400
commit981aeac8f51e07b3e6757b45076dc2bebe1d5e3a (patch)
tree5fc2144a9bf79691804c1d093de0d3801797a248 /Remote/Git.hs
parent936e510218bf6ea220c38f0e86d624c2d7275fac (diff)
fix
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