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

Commit 4351c31

Browse files
Adding comment
1 parent 2010d95 commit 4351c31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.Api/Application/ApplicationManagerBase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public void Run(bool firstRun)
5050
var afterGitSetup = new ActionTask(CancellationToken, RestartRepository)
5151
.ThenInUI(InitializeUI);
5252

53+
//GitClient.GetConfig cannot be called until there is a git path set so it is wrapped in an ActionTask
5354
var windowsCredentialSetup = new ActionTask(CancellationToken, () => {
5455
GitClient.GetConfig("credential.helper", GitConfigSource.Global).Then((b, credentialHelper) => {
5556
if (!string.IsNullOrEmpty(credentialHelper))

0 commit comments

Comments
 (0)