doc(webi-essentials): fix typo in sudo prompt

This commit is contained in:
AJ ONeal
2023-11-21 13:35:21 -07:00
parent 7eec48ea20
commit 79ded46033
+1 -1
View File
@@ -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