Skip to content

Commit 67e28e2

Browse files
committed
Replace Directory.GetCurrentDirectory with Environment.CurrentDirectory
1 parent df35159 commit 67e28e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Plugins/CandyCoded.GitStatus/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)