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

Commit 7215176

Browse files
committed
Name the task appropriately
1 parent 4612f1e commit 7215176

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
@@ -73,7 +73,7 @@ public ITask<GitInstallationState> SetupGitIfNeeded()
7373
{
7474
return VerifyPortableGitInstallation();
7575
})
76-
{ Name = "Git Installation - Extract" };
76+
{ Name = "Git Installation - Verify" };
7777
}
7878

7979
startTask = startTask.Then(new FuncTask<GitInstallationState, GitInstallationState>(cancellationToken, (success, installState) =>

0 commit comments

Comments
 (0)