Branch

commit first line goes here

Sun Dec 07 2025

Tucker McKnight <tucker@pangolin.lan>

add -C flag in a place where I missed it

7a4f7665e0af8e7eab68859aa7c122790257bd6f

Side-by-side
Stacked
main.ts:68
Before
68
          await exec(`${fetchCommands} && git update-server-info`)
After
68
          await exec(`${fetchCommands} && git -C ${location} update-server-info`)