diff options
Diffstat (limited to 'script')
| -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" |
