We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a9de3 commit 26af77cCopy full SHA for 26af77c
1 file changed
packages/opencode/src/installation/version.ts
@@ -5,4 +5,4 @@ declare global {
5
6
export const InstallationVersion = typeof OPENCODE_VERSION === "string" ? OPENCODE_VERSION : "local"
7
export const InstallationChannel = typeof OPENCODE_CHANNEL === "string" ? OPENCODE_CHANNEL : "local"
8
-export const InstallationLocal = InstallationVersion === "local"
+export const InstallationLocal = InstallationChannel === "local"
0 commit comments