clean up uninit output
Don't think including the location of .git/annex/objects in the json is really useful.
This commit is contained in:
parent
55dfa929d6
commit
07e0d2a35b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue