diff options
Diffstat (limited to 'packages/opencode/src/util/which.ts')
| -rw-r--r-- | packages/opencode/src/util/which.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/util/which.ts b/packages/opencode/src/util/which.ts index 2e4073914..b9bea421c 100644 --- a/packages/opencode/src/util/which.ts +++ b/packages/opencode/src/util/which.ts @@ -1,6 +1,6 @@ import whichPkg from "which" import path from "path" -import { Global } from "../global" +import { Global } from "@opencode-ai/core/global" export function which(cmd: string, env?: NodeJS.ProcessEnv) { const base = env?.PATH ?? env?.Path ?? process.env.PATH ?? process.env.Path ?? "" |
