summaryrefslogtreecommitdiff
path: root/Remote/Git.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-19 18:15:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-19 18:15:29 -0400
commitd2fe08400083eacc4f2547f3f90662a7dfe0b7bb (patch)
tree4577a7e1da24a5eb0b255f178153ab8a9a86aedd /Remote/Git.hs
parent18f152325042f16a11b5acc249180383e44d77cb (diff)
remove unnecessary bracketIO
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 215cd590f..32f6a1c7c 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 noop)
+ , a $ const noop
)
feedprogressback' a = do
u <- getUUID