Skip to content

Commit 4a5470c

Browse files
committed
Update logs.
1 parent 34696e6 commit 4a5470c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
5757
));
5858
}
5959
let local_path = PathBuf::from(&args.sources[0]);
60+
let ignore_path = PathBuf::from(&args.ignore_file);
6061
println!("Processing local repository at: {:?}", local_path);
6162
println!("No file headers: {}", args.no_headers);
62-
println!("Ignore file path: {:?}", args.ignore_file);
63+
println!("Ignore file path: {:?}", ignore_path.canonicalize()?);
6364
println!("----------------------------------------");
6465
process_local_path(
6566
local_path,

0 commit comments

Comments
 (0)