diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-14 13:58:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-14 13:58:17 -0400 |
commit | 981aeac8f51e07b3e6757b45076dc2bebe1d5e3a (patch) | |
tree | 5fc2144a9bf79691804c1d093de0d3801797a248 | |
parent | 936e510218bf6ea220c38f0e86d624c2d7275fac (diff) |
fix
-rw-r--r-- | Remote/Git.hs | 2 |
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 |