From a0294a81871b9ff3ef0fc451538f42860423a730 Mon Sep 17 00:00:00 2001 From: Markus Olsson Date: Tue, 12 Apr 2022 21:49:43 +0200 Subject: [PATCH] Fix Windows version --- test/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpers.ts b/test/helpers.ts index 06178170..74122a5c 100644 --- a/test/helpers.ts +++ b/test/helpers.ts @@ -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()