From 25082890ad727705e3f9b3c04a3efea07a59cc00 Mon Sep 17 00:00:00 2001 From: walterlv Date: Mon, 15 Apr 2024 09:21:42 +0800 Subject: [PATCH] Dont find the path twice --- src/Native/Windows.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Native/Windows.cs b/src/Native/Windows.cs index 04fe5e8b..2d22ac42 100644 --- a/src/Native/Windows.cs +++ b/src/Native/Windows.cs @@ -160,7 +160,7 @@ namespace SourceGit.Native return; } - startInfo.FileName = FindWindowsTerminalApp(); + startInfo.FileName = wt; startInfo.Arguments = $"-d \"{workdir}\""; break; default: