chore: improve message after moving file

This commit is contained in:
João Marcos P. Bezerra 2024-11-18 00:03:36 -03:00 committed by João Marcos
parent 223f82d538
commit e108e5b778

View File

@ -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),
));