Skip to content

Commit

Permalink
Fix Windows version
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed Apr 12, 2022
1 parent dd47156 commit a0294a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { GitProcess, IGitResult, GitError } from '../lib'

// NOTE: bump these versions to the latest stable releases
export const gitVersion = '2.32.1'
export const gitForWindowsVersion = '2.32.1.windows.2'
export const gitForWindowsVersion = '2.32.1.windows.1'
export const gitLfsVersion = '2.13.3'

const temp = require('temp').track()
Expand Down

0 comments on commit a0294a8

Please sign in to comment.