fix: add actual cancel code
This commit is contained in:
parent
2a67c6f633
commit
1af7fade55
1 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@ impl Command {
|
|||
{
|
||||
if *ask {
|
||||
info!(target: "item", "{}", queue);
|
||||
if prompt_bool("Install queue?", false) {
|
||||
|
||||
if !prompt_bool("Install queue?", false) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue