fix: perfection
okay im eepy, im goin to eep
This commit is contained in:
parent
1af7fade55
commit
595cc4b651
1 changed files with 2 additions and 1 deletions
|
@ -86,8 +86,9 @@ impl Command {
|
|||
trace!("Installing queue...");
|
||||
{
|
||||
if *ask {
|
||||
info!("Install following packages?");
|
||||
info!(target: "item", "{}", queue);
|
||||
if !prompt_bool("Install queue?", false) {
|
||||
if !prompt_bool("Continue?", false) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue