From c7fa3e9fb79872662d9f108ad5e2cba28c87266d Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Thu, 22 Oct 2020 10:32:10 +0200 Subject: [PATCH] Fix typo when asking for sudo authorization (#586) Fixes #582 --- src/alire/alire-origins-deployers-system.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alire/alire-origins-deployers-system.adb b/src/alire/alire-origins-deployers-system.adb index c125f03f..9ee7bb10 100644 --- a/src/alire/alire-origins-deployers-system.adb +++ b/src/alire/alire-origins-deployers-system.adb @@ -58,7 +58,7 @@ package body Alire.Origins.Deployers.System is Put_Line ("This action might require admin privileges " & "and impact your system installation."); - case Query ("Do want Alire to install this system package?", + case Query ("Do you want Alire to install this system package?", Valid => (Yes | No | Always => True), Default => Yes) is -- 2.39.5