mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 15:01:41 +03:00
refactor: rename to openclaw
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(), "moltbot-hooks-"));
|
||||
return fs.mkdtempSync(path.join(os.tmpdir(), "openclaw-hooks-"));
|
||||
}
|
||||
|
||||
describe("format-staged helpers", () => {
|
||||
|
||||
Reference in New Issue
Block a user