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

Commit d7a7386

Browse files
committed
Simplify code for readibility and future proofing
1 parent b6f205a commit d7a7386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/GitPathView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public override void OnGUI()
120120
CheckEnteredGitPath();
121121

122122
new FindExecTask("git", Manager.CancellationToken)
123-
.Configure(Manager.ProcessManager, false, true)
123+
.Configure(Manager.ProcessManager, dontSetupGit: true)
124124
.FinallyInUI((success, ex, path) => {
125125
if (success)
126126
{

0 commit comments

Comments
 (0)