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
commit 6ef3683ec0
No known key found for this signature in database
GPG key ID: C17037A434741480

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