Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhirverma committed Nov 24, 2021
1 parent 837c2c4 commit 8656a00
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 branch', async (error, stdout) => {
if (error) {
throw error;
}
Expand Down

0 comments on commit 8656a00

Please sign in to comment.