Skip to content

Commit

Permalink
using main branch in verify-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhirverma committed Nov 24, 2021
1 parent 837c2c4 commit 97f158a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/verify-tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async function verifyTools(): Promise<void> {
}

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;
}
Expand Down

0 comments on commit 97f158a

Please sign in to comment.