Aiden Cline 3 месяцев назад
Родитель
Сommit
767038afc3
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      script/sync-zed.ts

+ 2 - 2
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...`)