summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/opencode/src/installation/version.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/installation/version.ts b/packages/opencode/src/installation/version.ts
index f1668d264..25d9cd99a 100644
--- a/packages/opencode/src/installation/version.ts
+++ b/packages/opencode/src/installation/version.ts
@@ -5,4 +5,4 @@ declare global {
export const InstallationVersion = typeof OPENCODE_VERSION === "string" ? OPENCODE_VERSION : "local"
export const InstallationChannel = typeof OPENCODE_CHANNEL === "string" ? OPENCODE_CHANNEL : "local"
-export const InstallationLocal = InstallationVersion === "local"
+export const InstallationLocal = InstallationChannel === "local"