fix reversion
From back in 4be94c67c7.
Caused the test suite to fail, when bup is installed, but was not
noticed since the autobuilds don't have bup.
This commit is contained in:
parent
e41f8c83f3
commit
3ed797be0f
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ retrieve buprepo = byteRetriever $ \k sink -> do
|
|||
remove :: BupRepo -> Remover
|
||||
remove buprepo k = do
|
||||
go =<< liftIO (bup2GitRemote buprepo)
|
||||
giveup "content cannot be completely removed from bup remote"
|
||||
warning "content cannot be completely removed from bup remote"
|
||||
where
|
||||
go r
|
||||
| Git.repoIsUrl r = void $ onBupRemote r boolSystem "git" params
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue