fix a stupid typo that made fsck loop when it found bad content
Thank goodness for test suites!
This commit is contained in:
parent
8b4f601626
commit
fc63e3b660
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ missingNote file present needed untrusted =
|
|||
{- Bad content is moved aside. -}
|
||||
badContent :: Key -> Annex String
|
||||
badContent key = do
|
||||
dest <- badContent key
|
||||
dest <- moveBad key
|
||||
return $ "moved to " ++ dest
|
||||
|
||||
badContentRemote :: Remote -> Key -> Annex String
|
||||
|
|
Loading…
Add table
Reference in a new issue