mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 08:37:41 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -10,7 +10,7 @@ import {
|
||||
} from "../scripts/postinstall.js";
|
||||
|
||||
function makeTempDir() {
|
||||
return fs.mkdtempSync(path.join(os.tmpdir(), "clawdbot-patch-"));
|
||||
return fs.mkdtempSync(path.join(os.tmpdir(), "moltbot-patch-"));
|
||||
}
|
||||
|
||||
describe("postinstall patcher", () => {
|
||||
|
||||
Reference in New Issue
Block a user