From a811058901d3923e4db63758e8fe7a07d4e3151d Mon Sep 17 00:00:00 2001 From: ywkj Date: Fri, 20 Mar 2026 18:35:37 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20auth-rt=20=E9=BB=98=E8=AE=A4=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E6=94=B9=E4=B8=BA=20~/.local/bin/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- src/auth-cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth-cli.ts b/src/auth-cli.ts index 979e35d..d2ee555 100644 --- a/src/auth-cli.ts +++ b/src/auth-cli.ts @@ -20,7 +20,7 @@ import * as os from 'os'; const home = process.env.HOME || os.homedir(); const AUTH_RT_BIN = process.env.AUTH_RT_BIN - || path.join(home, '.openclaw', 'bin', 'auth-rt'); + || path.join(home, '.local', 'bin', 'auth-rt'); export interface ApiResponse { status: number;