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 <michael@rosesecurity.com>
This commit is contained in:
Michael Rosenfeld 2026-05-29 14:44:22 -04:00 committed by Nikolai Mishin
commit b766f82b08

View file

@ -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