diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-25 15:22:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-25 15:22:18 -0400 |
commit | 770ab040c32ff0f75c54e1975bf784b116c8d584 (patch) | |
tree | cb464beda71e178478f89cc08eea7146e58e3712 /Remote | |
parent | 4fe58c77f75a5878030df85c75955c94e2e24f88 (diff) | |
parent | f9a9ee1f739843b0b7c12a620d7adb55939bacbc (diff) |
Merge branch 'robustness'
Diffstat (limited to 'Remote')
-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 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 |