Merge pull request #74 from walterlv/master

Dont find the path twice
This commit is contained in:
leo 2024-04-15 09:31:50 +08:00 committed by GitHub
commit 781569c7a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -160,7 +160,7 @@ namespace SourceGit.Native
return; return;
} }
startInfo.FileName = FindWindowsTerminalApp(); startInfo.FileName = wt;
startInfo.Arguments = $"-d \"{workdir}\""; startInfo.Arguments = $"-d \"{workdir}\"";
break; break;
default: default: