Fix dropping of files using the URL backend.
This commit is contained in:
parent
9aada06745
commit
7b5b127608
3 changed files with 9 additions and 1 deletions
|
@ -42,7 +42,7 @@ dummyStore :: FilePath -> Key -> Annex Bool
|
|||
dummyStore _ _ = return False
|
||||
|
||||
dummyRemove :: Key -> Maybe a -> Annex Bool
|
||||
dummyRemove _ _ = return False
|
||||
dummyRemove _ _ = return True
|
||||
|
||||
dummyFsck :: Key -> Maybe FilePath -> Maybe a -> Annex Bool
|
||||
dummyFsck _ _ _ = return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue