From 767038afc3db38356fdd04ce6434a22f594d8256 Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Wed, 12 Nov 2025 18:52:39 -0600 Subject: [PATCH] ci: update zed sync --- script/sync-zed.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/sync-zed.ts b/script/sync-zed.ts index 2e4684b6..75265544 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 "mail@thdxr.com"` + await $`git config user.name "Dax Raad"` + await $`git config user.email "d@ironbay.co"` // Sync fork with upstream console.log(`🔄 Syncing fork with upstream...`)