mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 13:14:59 +00: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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
startInfo.FileName = FindWindowsTerminalApp();
|
startInfo.FileName = wt;
|
||||||
startInfo.Arguments = $"-d \"{workdir}\"";
|
startInfo.Arguments = $"-d \"{workdir}\"";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue