ci: channels

This commit is contained in:
Dax Raad
2025-10-14 15:09:18 -04:00
parent 926b8e37d7
commit 4170660b41
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ export const TuiCommand = cmd({
})
;(async () => {
if (Installation.isLocal()) return
// if (Installation.isLocal()) return
const config = await Config.global()
if (config.autoupdate === false || Flag.OPENCODE_DISABLE_AUTOUPDATE) return
const latest = await Installation.latest().catch(() => {})