Skip to content

Commit

Permalink
chore: improve message after moving file
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19 committed Nov 18, 2024
1 parent 223f82d commit e108e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/decompress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ fn smart_unpack(
// Rename the temporary directory to the archive name, which is output_file_path
fs::rename(&previous_path, &new_path)?;
info_accessible(format!(
"Successfully moved {} to {}.",
"Successfully moved \"{}\" to \"{}\".",
nice_directory_display(&previous_path),
nice_directory_display(&new_path),
));
Expand Down

0 comments on commit e108e5b

Please sign in to comment.