Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
usimd committed Dec 7, 2023
1 parent 05a5784 commit f5d850d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __test__/git.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit f5d850d

Please sign in to comment.