Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 528f198

Browse files
committed
tweak: update formula for anomalyco tap
1 parent 184834d commit 528f198

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/opencode/src/installation

packages/opencode/src/installation/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ export namespace Installation {
111111
)
112112

113113
async function getBrewFormula() {
114-
const tapFormula = await $`brew list --formula sst/tap/opencode`.throws(false).quiet().text()
115-
if (tapFormula.includes("opencode")) return "sst/tap/opencode"
114+
const tapFormula = await $`brew list --formula anomalyco/tap/opencode`.throws(false).quiet().text()
115+
if (tapFormula.includes("opencode")) return "anomalyco/tap/opencode"
116116
const coreFormula = await $`brew list --formula opencode`.throws(false).quiet().text()
117117
if (coreFormula.includes("opencode")) return "opencode"
118118
return "opencode"

0 commit comments

Comments
 (0)