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;