fix<Welcome>: fix wrong arguments to start Windows Terminal without repositories

This commit is contained in:
leo 2021-09-13 15:09:45 +08:00
parent e31b9f9686
commit 835dbc0ece

View file

@ -89,7 +89,7 @@ namespace SourceGit.Views.Widgets {
if (Models.Preference.Instance.General.UseWindowsTerminal) {
Process.Start(new ProcessStartInfo {
FileName = "wt",
Arguments = "\"{bash}\"",
Arguments = $"\"{bash}\"",
UseShellExecute = false,
});
} else {