Skip to content

Commit

Permalink
Add missing blob path in human-format report
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlarsen committed Aug 17, 2023
1 parent 13208ec commit d525bbe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/noseyparker-cli/src/bin/noseyparker/cmd_report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -415,14 +415,17 @@ impl Display for MatchGroup {
indented(&mut f).with_str(" "),
"{} {} <{}>\n\
{} {}\n\
{} {}",
{} {}\n\
{} {}",
STYLE_HEADING.apply_to("Author:"),
cmd.author_name,
cmd.author_email,
STYLE_HEADING.apply_to("Date:"),
atime,
STYLE_HEADING.apply_to("Summary:"),
msg,
STYLE_HEADING.apply_to("Path:"),
cs.blob_path,
)?;
writeln!(f)?;
}
Expand Down

0 comments on commit d525bbe

Please sign in to comment.