diff --git a/cmd/find.go b/cmd/find.go index d5979dcf48..99e3ab604a 100644 --- a/cmd/find.go +++ b/cmd/find.go @@ -274,7 +274,7 @@ func doFind(ctxCtx context.Context, ctx *findContext) error { lstOptions := ListOptions{ WithOlderVersions: ctx.withVersions, - WithDeleteMarkers: false, + WithDeleteMarkers: true, Recursive: true, ShowDir: DirFirst, WithMetadata: len(ctx.matchMeta) > 0 || len(ctx.matchTags) > 0,