From 3ed797be0ffc9ef02523e089e7b84f45d12b7fb8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 5 Jun 2020 19:06:09 -0400 Subject: [PATCH] fix reversion From back in 4be94c67c77c4d0cfb7743ab1a37342f66db8946. Caused the test suite to fail, when bup is installed, but was not noticed since the autobuilds don't have bup. --- Remote/Bup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote/Bup.hs b/Remote/Bup.hs index 0ec9534d0f..d2607a4435 100644 --- a/Remote/Bup.hs +++ b/Remote/Bup.hs @@ -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