fix: pass --non-interactive to doctor during update
This commit is contained in:
parent
6a48688c09
commit
07bdb8af7e
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ export async function runGatewayUpdate(
|
|||
const doctorStep = await runStep(
|
||||
step(
|
||||
"clawdbot doctor",
|
||||
managerScriptArgs(manager, "clawdbot", ["doctor"]),
|
||||
managerScriptArgs(manager, "clawdbot", ["doctor", "--non-interactive"]),
|
||||
gitRoot,
|
||||
{ CLAWDBOT_UPDATE_IN_PROGRESS: "1" },
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue