fix: perfection

okay im eepy, im goin to eep
This commit is contained in:
Strix 2023-10-14 22:39:51 +02:00
parent 1af7fade55
commit 595cc4b651
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -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;
}
}