From 595cc4b6518fc28cf6cbe8ddd35a630c788ad0af Mon Sep 17 00:00:00 2001 From: Raine Date: Sat, 14 Oct 2023 22:39:51 +0200 Subject: [PATCH] fix: perfection okay im eepy, im goin to eep --- pkgr/src/commands.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgr/src/commands.rs b/pkgr/src/commands.rs index ab669cd..80e9448 100644 --- a/pkgr/src/commands.rs +++ b/pkgr/src/commands.rs @@ -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; } }