mirror of
https://github.com/nivekuil/rip
synced 2025-02-18 04:58:25 +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);
|
println!("> {}", line);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if !prompt_yes(["Send {} to the graveyard?", target]
|
if !prompt_yes(&format!("Send {} to the graveyard?", target)) {
|
||||||
.concat().as_str()) {
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue