Skip to content

Commit

Permalink
mu-find: use correct summary-len
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Jan 20, 2025
1 parent a93a41f commit 5ab6d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mu/mu-cmd-find.cc
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ output_plain(const Option<Message>& msg, const OutputInfo& info,

output_plain_fields(*msg, opts.find.fields, !opts.nocolor, opts.find.threads);

if (opts.view.summary_len)
if (opts.find.summary_len)
print_summary(*msg, opts);

return Ok();
Expand Down

0 comments on commit 5ab6d6c

Please sign in to comment.