Skip to content

Commit 24132f1

Browse files
committed
fix(config): update spawn allowlist env import
1 parent a69f555 commit 24132f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/spawn-allowlist-env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { normalizeOptionalString } from "../shared/string-coerce.js";
1+
import { normalizeOptionalString } from "@openclaw/normalization-core/string-coerce";
22
import type { OpenClawConfig } from "./types.openclaw.js";
33

44
/**

0 commit comments

Comments
 (0)