summaryrefslogtreecommitdiff
path: root/Remote/Git.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-25 15:22:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-25 15:22:18 -0400
commit770ab040c32ff0f75c54e1975bf784b116c8d584 (patch)
treecb464beda71e178478f89cc08eea7146e58e3712 /Remote/Git.hs
parent4fe58c77f75a5878030df85c75955c94e2e24f88 (diff)
parentf9a9ee1f739843b0b7c12a620d7adb55939bacbc (diff)
Merge branch 'robustness'
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 b508df958..3a277a82a 100644
--- a/Remote/Git.hs
+++ b/Remote/Git.hs
@@ -354,7 +354,7 @@ copyFromRemote' r key file dest
forever $
send =<< readSV v
let feeder = writeSV v . fromBytesProcessed
- bracketIO noop (const $ tryIO $ killThread tid) (a feeder)
+ bracketIO noop (const $ tryIO $ killThread tid) (const $ a feeder)
copyFromRemoteCheap :: Remote -> Key -> FilePath -> Annex Bool
copyFromRemoteCheap r key file