mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
commit
781569c7a0
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…
Reference in a new issue