Skip to content

Commit

Permalink
Correctly print the target path for icon assignment in verbose mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Apr 4, 2023
1 parent d49b998 commit f27921a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icon_conversion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ impl IconConversion {
println!(
"[{}] Assigning icon to target: {}",
options.mask_path.display(),
icns_path.display(),
target_path.display(),
);
}
let target_is_dir = metadata(target_path)
Expand Down

0 comments on commit f27921a

Please sign in to comment.