diff options
| author | Aiden Cline <[email protected]> | 2026-01-08 14:19:44 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2026-01-08 14:19:44 -0600 |
| commit | 9f90f0e8ed2f9849c88abcf35e25f2dfaf494e04 (patch) | |
| tree | 3a5ebf8134d85ed672a4a6c563f0c5f913a4faa0 | |
| parent | c74bc323b68493f6e94839903f13489974319edc (diff) | |
| download | opencode-9f90f0e8ed2f9849c88abcf35e25f2dfaf494e04.tar.gz opencode-9f90f0e8ed2f9849c88abcf35e25f2dfaf494e04.zip | |
ci: update fork_repo var
| -rwxr-xr-x | script/sync-zed.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/sync-zed.ts b/script/sync-zed.ts index 151bfe23c..68deb6356 100755 --- a/script/sync-zed.ts +++ b/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" |
