diff --git a/__test__/git.test.ts b/__test__/git.test.ts index 0beccf3..a2cab1f 100644 --- a/__test__/git.test.ts +++ b/__test__/git.test.ts @@ -78,8 +78,8 @@ describe('Git', () => { ['tag', '--list'].every(a => args?.includes(a)) ? 'v1' : ['branch', '--list'].every(a => args?.includes(a)) - ? 'arm64' - : '' + ? 'arm64' + : '' }) as exec.ExecOutput )