Skip to content

Commit c09f561

Browse files
committed
Replace Directory.GetCurrentDirectory with Environment.CurrentDirectory
1 parent ad5b8e1 commit c09f561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/CustomEditor/GitStatusPanel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ private void OnGUI()
3535

3636
await Git.Init();
3737

38-
await GitIgnore.Create(Directory.GetCurrentDirectory());
38+
await GitIgnore.Create(Environment.CurrentDirectory);
3939

4040
GitStatus.Update();
4141

0 commit comments

Comments
 (0)