mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 18:50:20 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -327,7 +327,7 @@ describe("buildDockerExecArgs", () => {
|
||||
});
|
||||
|
||||
it("does not interpolate PATH into the shell command", () => {
|
||||
const injectedPath = "$(touch /tmp/clawdbot-path-injection)";
|
||||
const injectedPath = "$(touch /tmp/moltbot-path-injection)";
|
||||
const args = buildDockerExecArgs({
|
||||
containerName: "test-container",
|
||||
command: "echo hello",
|
||||
|
||||
Reference in New Issue
Block a user