We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4ce1cd + 425726e commit 1700001Copy full SHA for 1700001
Assets/Plugins/CandyCoded.GitStatus/Scripts/CustomEditor/Git.cs
@@ -133,7 +133,7 @@ public static void DiscardChanges(string path)
133
var process = Process.Start(new ProcessStartInfo
134
{
135
FileName = GitPath,
136
- Arguments = $"checkout {path}",
+ Arguments = $@"checkout ""{path}""",
137
UseShellExecute = false,
138
RedirectStandardOutput = true,
139
RedirectStandardError = true,
0 commit comments