From 4c7ce9ce32137f0b4b4a78f4174c39e6d78cbb94 Mon Sep 17 00:00:00 2001 From: ZdenekSrotyr <139972147+ZdenekSrotyr@users.noreply.github.com> Date: Mon, 4 May 2026 23:25:06 +0200 Subject: [PATCH] Update cli/commands/init.py Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- cli/commands/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/commands/init.py b/cli/commands/init.py index f7e6154..58bbb10 100644 --- a/cli/commands/init.py +++ b/cli/commands/init.py @@ -100,7 +100,7 @@ def init( if resp.status_code == 401: typer.echo(render_error(401, {"detail": { "kind": "auth_failed", - "hint": f"Token expired or invalid — get a fresh one at {server_url}/setup?role=analyst", + "hint": f"Token expired or invalid — get a fresh one at {server_url}/setup", }}), err=True) raise typer.Exit(1) resp.raise_for_status()