diff --git a/pkgr/src/commands.rs b/pkgr/src/commands.rs index b996408..ab669cd 100644 --- a/pkgr/src/commands.rs +++ b/pkgr/src/commands.rs @@ -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; } } }