Skip to content

Commit

Permalink
f2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariot Chauvin committed Jan 20, 2025
1 parent 2d13331 commit 6c8754a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generate_report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ pub async fn generate_report(from: String, to: String, skip_trello: bool) -> any
// If all goes well, this will never return.
// If it does return, it will always retun an error.
let err = open.exec();
eprintln!("Error opening file {}: {}", file_name, err);
eprintln!("Error opening file {}: {}", &file_name, err);
process::exit(1);
}
Err(err) => {
Expand Down

0 comments on commit 6c8754a

Please sign in to comment.