Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 020c6fc

Browse files
Correcting hash
1 parent 38cf7b4 commit 020c6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Installer/GitInstaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class GitInstallDetails
1212
public NPath GitLfsExecPath { get; }
1313

1414
public const string GitExtractedMD5 = "e6cfc0c294a2312042f27f893dfc9c0a";
15-
public const string GitLfsExtractedMD5 = "ae968b69fbf42dff72311040d24a";
15+
public const string GitLfsExtractedMD5 = "36e3ae968b69fbf42dff72311040d24a";
1616

1717
public const string WindowsGitLfsExecutableMD5 = "177bb14d0c08f665a24f0d5516c3b080";
1818
public const string MacGitLfsExecutableMD5 = "f81a1a065a26a4123193e8fd96c561ad";

0 commit comments

Comments
 (0)