mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 02:50:24 +00:00
fix(configure): drop duplicate wizard header
This commit is contained in:
@@ -37,7 +37,6 @@ import {
|
||||
DEFAULT_WORKSPACE,
|
||||
ensureWorkspaceAndSessions,
|
||||
guardCancel,
|
||||
printWizardHeader,
|
||||
probeGatewayReachable,
|
||||
resolveControlUiLinks,
|
||||
summarizeExistingConfig,
|
||||
@@ -326,7 +325,6 @@ export async function runConfigureWizard(
|
||||
runtime: RuntimeEnv = defaultRuntime,
|
||||
) {
|
||||
try {
|
||||
printWizardHeader(runtime);
|
||||
intro(opts.command === "update" ? "OpenClaw update wizard" : "OpenClaw configure");
|
||||
const prompter = createClackPrompter();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user