fix: pass --non-interactive to doctor during update

This commit is contained in:
Rony Kelner
2026-01-12 21:31:25 +09:00
committed by Peter Steinberger
parent 6a48688c09
commit 07bdb8af7e

View File

@@ -417,7 +417,7 @@ export async function runGatewayUpdate(
const doctorStep = await runStep( const doctorStep = await runStep(
step( step(
"clawdbot doctor", "clawdbot doctor",
managerScriptArgs(manager, "clawdbot", ["doctor"]), managerScriptArgs(manager, "clawdbot", ["doctor", "--non-interactive"]),
gitRoot, gitRoot,
{ CLAWDBOT_UPDATE_IN_PROGRESS: "1" }, { CLAWDBOT_UPDATE_IN_PROGRESS: "1" },
), ),