From a3bd8eaac394bfa00ef9f8aa7d41deecf605b802 Mon Sep 17 00:00:00 2001 From: Agent Date: Thu, 2 Apr 2026 11:58:03 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20bug:=20bin/disinto=20init=20=E2=80=94=20?= =?UTF-8?q?env=5Ffile=20unbound=20variable=20at=20line=20765=20(#145)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/disinto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/disinto b/bin/disinto index ad096ce..3d896ce 100755 --- a/bin/disinto +++ b/bin/disinto @@ -744,6 +744,7 @@ setup_forge() { # Get or create human user token local human_token + local env_file="${FACTORY_ROOT}/.env" if curl -sf --max-time 5 "${forge_url}/api/v1/users/${human_user}" >/dev/null 2>&1; then human_token=$(curl -sf -X POST \ -u "${human_user}:${human_pass}" \ @@ -785,7 +786,6 @@ setup_forge() { [predictor-bot]="FORGE_PREDICTOR_TOKEN" ) - local env_file="${FACTORY_ROOT}/.env" local bot_user bot_pass token token_var for bot_user in dev-bot review-bot planner-bot gardener-bot vault-bot supervisor-bot predictor-bot architect-bot; do