rekey --force: Incorrectly marked the new key's content as being present in the local repo even when it was not.
This commit is contained in:
parent
8136c72fa1
commit
a171e576b2
2 changed files with 4 additions and 2 deletions
|
@ -126,6 +126,6 @@ cleanup file oldkey newkey = do
|
|||
Database.Keys.removeAssociatedFile oldkey
|
||||
=<< inRepo (toTopFilePath file)
|
||||
)
|
||||
|
||||
logStatus newkey InfoPresent
|
||||
whenM (inAnnex newkey) $
|
||||
logStatus newkey InfoPresent
|
||||
return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue