mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-23 23:14:27 +00: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