mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-22 20:37:19 -08:00
Dont find the path twice
This commit is contained in:
parent
3c7c5557be
commit
25082890ad
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ namespace SourceGit.Native
|
|||
return;
|
||||
}
|
||||
|
||||
startInfo.FileName = FindWindowsTerminalApp();
|
||||
startInfo.FileName = wt;
|
||||
startInfo.Arguments = $"-d \"{workdir}\"";
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue