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

Commit a93b2cd

Browse files
Merge branch 'fixes/findexectask-dontusegit' into fixes/mac-path-variable
2 parents 81212c6 + b6f205a commit a93b2cd

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
@@ -141,7 +141,7 @@ public override void OnGUI()
141141
CheckEnteredGitPath();
142142

143143
new FindExecTask("git", Manager.CancellationToken)
144-
.Configure(Manager.ProcessManager)
144+
.Configure(Manager.ProcessManager, false, true)
145145
.FinallyInUI((success, ex, path) => {
146146
if (success)
147147
{

0 commit comments

Comments
 (0)