Aiden Cline пре 1 месец
родитељ
комит
9f90f0e8ed
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      script/sync-zed.ts

+ 1 - 1
script/sync-zed.ts

@@ -4,7 +4,7 @@ import { $ } from "bun"
 import { tmpdir } from "os"
 import { join } from "path"
 
-const FORK_REPO = "sst/zed-extensions"
+const FORK_REPO = "anomalyco/zed-extensions"
 const UPSTREAM_REPO = "zed-industries/extensions"
 const EXTENSION_NAME = "opencode"