Skip to content

Commit

Permalink
Default to list delete flags if they are part of the result set, so t…
Browse files Browse the repository at this point in the history
…hat they are not hidden from the find function
  • Loading branch information
allanrogerr committed Nov 19, 2024
1 parent bb4ff49 commit 3efbf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/find.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3efbf7b

Please sign in to comment.