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

View File

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