From b766f82b087793f75b3ffa61eb22da80031455ce Mon Sep 17 00:00:00 2001 From: Michael Rosenfeld Date: Fri, 29 May 2026 14:44:22 -0400 Subject: [PATCH] fix: initialize config_file_no_color variable Initialize the config_file_no_color variable to prevent potential unbound variable errors during script execution. This change improves script robustness and reliability. Signed-off-by: Michael Rosenfeld --- hooks/tofu_docs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/tofu_docs.sh b/hooks/tofu_docs.sh index 8b8d136..975ca79 100755 --- a/hooks/tofu_docs.sh +++ b/hooks/tofu_docs.sh @@ -69,6 +69,7 @@ function tofu_docs { local -a -r files=("$@") local -a paths + local config_file_no_color="" local index=0 local file_with_path