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.
1 parent ad5b8e1 commit c09f561Copy full SHA for c09f561
Scripts/CustomEditor/GitStatusPanel.cs
@@ -35,7 +35,7 @@ private void OnGUI()
35
36
await Git.Init();
37
38
- await GitIgnore.Create(Directory.GetCurrentDirectory());
+ await GitIgnore.Create(Environment.CurrentDirectory);
39
40
GitStatus.Update();
41
0 commit comments