mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 07:12:42 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -70,7 +70,7 @@ async function withTempHome<T>(fn: (home: string) => Promise<T>): Promise<T> {
|
||||
vi.mocked(abortEmbeddedPiRun).mockClear();
|
||||
return await fn(home);
|
||||
},
|
||||
{ prefix: "clawdbot-triggers-" },
|
||||
{ prefix: "moltbot-triggers-" },
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user