projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
303e828
)
use fileKey here
author
Joey Hess
<joeyh@joeyh.name>
Mon, 14 Jan 2019 17:22:33 +0000
(13:22 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Mon, 14 Jan 2019 17:22:33 +0000
(13:22 -0400)
This doesn't change behavior in any way worth mentioning, but it's the
right thing to do.
Command/Fsck.hs
patch
|
blob
|
history
diff --git
a/Command/Fsck.hs
b/Command/Fsck.hs
index 066e89bb56d707109654ca1cc871ea87fd5c61b5..81c5c26591b496750d6884af1a4f985e179ce81d 100644
(file)
--- a/
Command/Fsck.hs
+++ b/
Command/Fsck.hs
@@
-562,7
+562,7
@@
badContentDirect file key = do
badContentRemote :: Remote -> FilePath -> Key -> Annex String
badContentRemote remote localcopy key = do
bad <- fromRepo gitAnnexBadDir
- let destbad = bad </>
serializ
eKey key
+ let destbad = bad </>
fil
eKey key
movedbad <- ifM (inAnnex key <||> liftIO (doesFileExist destbad))
( return False
, do