diff --git a/src/Views/Widgets/Welcome.xaml.cs b/src/Views/Widgets/Welcome.xaml.cs index 8f82f48f..0f5eab61 100644 --- a/src/Views/Widgets/Welcome.xaml.cs +++ b/src/Views/Widgets/Welcome.xaml.cs @@ -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 {