mirror of
https://github.com/nivekuil/rip
synced 2024-11-25 21:20:18 +00:00
Fix inspect message
This commit is contained in:
parent
af21d1c4ca
commit
4be1b8685f
1 changed files with 1 additions and 2 deletions
|
@ -187,8 +187,7 @@ Send files to the graveyard (/tmp/.graveyard) instead of unlinking them.")
|
|||
println!("> {}", line);
|
||||
}
|
||||
}
|
||||
if !prompt_yes(["Send {} to the graveyard?", target]
|
||||
.concat().as_str()) {
|
||||
if !prompt_yes(&format!("Send {} to the graveyard?", target)) {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue