Fix dropping of files using the URL backend.

This commit is contained in:
Joey Hess 2011-03-17 11:49:21 -04:00
parent 9aada06745
commit 7b5b127608
3 changed files with 9 additions and 1 deletions

View file

@ -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