diff --git a/build/verify-tools.ts b/build/verify-tools.ts index 8908b4fc..939fcff2 100644 --- a/build/verify-tools.ts +++ b/build/verify-tools.ts @@ -39,7 +39,7 @@ async function verifyTools(): Promise { } const fileCheckRegex = /\w*tools.json/; -cp.exec('git diff --name-only origin/main -- .', async (error, stdout) => { +cp.exec('git diff --name-only main -- .', async (error, stdout) => { if (error) { throw error; }