use fileKey here
This doesn't change behavior in any way worth mentioning, but it's the right thing to do.
This commit is contained in:
parent
303e828b7c
commit
0acbbf208f
1 changed files with 1 additions and 1 deletions
|
@ -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 </> serializeKey key
|
||||
let destbad = bad </> fileKey key
|
||||
movedbad <- ifM (inAnnex key <||> liftIO (doesFileExist destbad))
|
||||
( return False
|
||||
, do
|
||||
|
|
Loading…
Reference in a new issue