summaryrefslogtreecommitdiffhomepage
path: root/script/sync-zed.ts
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-11-12 18:52:39 -0600
committerAiden Cline <[email protected]>2025-11-12 18:52:39 -0600
commit767038afc3db38356fdd04ce6434a22f594d8256 (patch)
tree03a6c8bf22a7b8e01abcc92fcd9df28303c03298 /script/sync-zed.ts
parenta7774115c504132393dfebc34f9c15c6a2880ad6 (diff)
downloadopencode-767038afc3db38356fdd04ce6434a22f594d8256.tar.gz
opencode-767038afc3db38356fdd04ce6434a22f594d8256.zip
ci: update zed sync
Diffstat (limited to 'script/sync-zed.ts')
-rwxr-xr-xscript/sync-zed.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/sync-zed.ts b/script/sync-zed.ts
index 2e4684b6b..752655447 100755
--- a/script/sync-zed.ts
+++ b/script/sync-zed.ts
@@ -39,8 +39,8 @@ async function main() {
process.chdir(workDir)
// Configure git identity
- await $`git config user.name "Dax"`
- await $`git config user.email "[email protected]"`
+ await $`git config user.name "Dax Raad"`
+ await $`git config user.email "[email protected]"`
// Sync fork with upstream
console.log(`🔄 Syncing fork with upstream...`)