make removeKey throw exceptions
This commit is contained in:
parent
b5ee97f32a
commit
4be94c67c7
28 changed files with 134 additions and 111 deletions
|
@ -526,6 +526,4 @@ checkKey rs h key = getLFSEndpoint LFS.RequestDownload h >>= \case
|
|||
| otherwise -> return True
|
||||
|
||||
remove :: TVar LFSHandle -> Remover
|
||||
remove _h _key = do
|
||||
warning "git-lfs does not support removing content"
|
||||
return False
|
||||
remove _h _key = giveup "git-lfs does not support removing content"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue