From 10b155da742a65b0f134279a07031df97a5835dd Mon Sep 17 00:00:00 2001 From: S Date: Sun, 1 Mar 2026 08:58:56 -0500 Subject: [PATCH] fix: correct total prompts count in configure_env.sh --- setup/configure_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/configure_env.sh b/setup/configure_env.sh index c1554f1..51405ae 100755 --- a/setup/configure_env.sh +++ b/setup/configure_env.sh @@ -64,7 +64,7 @@ get_env_val() { # --------------------------------------------------------------------------- # Prompt function # --------------------------------------------------------------------------- -TOTAL_PROMPTS=59 +TOTAL_PROMPTS=57 CURRENT_PROMPT=0 LAST_SECTION=""