mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 07:11:25 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -13,7 +13,7 @@ describe("getShellConfig", () => {
|
||||
const tempDirs: string[] = [];
|
||||
|
||||
const createTempBin = (files: string[]) => {
|
||||
const dir = fs.mkdtempSync(path.join(os.tmpdir(), "moltbot-shell-"));
|
||||
const dir = fs.mkdtempSync(path.join(os.tmpdir(), "openclaw-shell-"));
|
||||
tempDirs.push(dir);
|
||||
for (const name of files) {
|
||||
const filePath = path.join(dir, name);
|
||||
|
||||
Reference in New Issue
Block a user