mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 07:50:40 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -12,7 +12,7 @@ import {
|
||||
import { setupGitHooks } from "../scripts/setup-git-hooks.js";
|
||||
|
||||
function makeTempDir() {
|
||||
return fs.mkdtempSync(path.join(os.tmpdir(), "clawdbot-hooks-"));
|
||||
return fs.mkdtempSync(path.join(os.tmpdir(), "moltbot-hooks-"));
|
||||
}
|
||||
|
||||
describe("format-staged helpers", () => {
|
||||
|
||||
Reference in New Issue
Block a user