Dont find the path twice

This commit is contained in:
walterlv 2024-04-15 09:21:42 +08:00
parent 3c7c5557be
commit 25082890ad

View file

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