From 07e0d2a35b9b219c8b8f099a415f23472caa5cae Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 11 May 2023 13:52:22 -0400 Subject: [PATCH] clean up uninit output Don't think including the location of .git/annex/objects in the json is really useful. --- Command/Uninit.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/Uninit.hs b/Command/Uninit.hs index a26cb129fb..02e5137eb5 100644 --- a/Command/Uninit.hs +++ b/Command/Uninit.hs @@ -104,7 +104,7 @@ removeAnnexDir recordok = do Annex.Queue.flush annexdir <- fromRawFilePath <$> fromRepo gitAnnexDir annexobjectdir <- fromRepo gitAnnexObjectDir - starting ("uninit objects") (ActionItemOther (Just (QuotedPath annexobjectdir))) (SeekInput []) $ do + starting ("uninit objects") (ActionItemOther Nothing) (SeekInput []) $ do leftovers <- removeUnannexed =<< listKeys InAnnex prepareRemoveAnnexDir annexdir if null leftovers -- 2.30.2