mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
chore: improve message after moving file
This commit is contained in:
parent
223f82d538
commit
e108e5b778
@ -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),
|
||||
));
|
||||
|
Loading…
x
Reference in New Issue
Block a user