mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-22 06:28:37 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -25,7 +25,7 @@ async function writePluginFixture(params: {
|
||||
manifest.channels = params.channels;
|
||||
}
|
||||
await fs.writeFile(
|
||||
path.join(params.dir, "clawdbot.plugin.json"),
|
||||
path.join(params.dir, "moltbot.plugin.json"),
|
||||
JSON.stringify(manifest, null, 2),
|
||||
"utf-8",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user