Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 767038a

Browse files
committed
ci: update zed sync
1 parent a777411 commit 767038a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

script/sync-zed.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ async function main() {
3939
process.chdir(workDir)
4040

4141
// Configure git identity
42-
await $`git config user.name "Dax"`
43-
await $`git config user.email "mail@thdxr.com"`
42+
await $`git config user.name "Dax Raad"`
43+
await $`git config user.email "d@ironbay.co"`
4444

4545
// Sync fork with upstream
4646
console.log(`🔄 Syncing fork with upstream...`)

0 commit comments

Comments
 (0)