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

Commit 2010d95

Browse files
Fixing method for non-windows
1 parent 7e9647c commit 2010d95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.Api/Installer/GitInstaller.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public void SetupGitIfNeeded(ActionTask<NPath> onSuccess, ITask onFailure)
8181
if (!environment.IsWindows)
8282
{
8383
onFailure.Start();
84+
return;
8485
}
8586

8687
new FuncTask<bool>(cancellationToken, IsGitExtracted)

0 commit comments

Comments
 (0)