From 79ded460334453b93a41347886d2fa5b9f0d029b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 21 Nov 2023 13:35:10 -0700 Subject: [PATCH] doc(webi-essentials): fix typo in sudo prompt --- webi-essentials/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webi-essentials/install.sh b/webi-essentials/install.sh index 9ef1317..2ab436a 100644 --- a/webi-essentials/install.sh +++ b/webi-essentials/install.sh @@ -118,7 +118,7 @@ fn_polite_sudo() { ( # this is user interactive, ask the user,defaulting to yes echo "" #shellcheck disable=SC2005 # echo for newline - echo "$(t_attn 'Use sudo for the following? [Y/n])')" + echo "$(t_attn 'Use sudo for the following? [Y/n]')" echo "${a_cmds}" read -r b_yes < /dev/tty