Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 60528e7

Browse files
Removing the extra InitializeRepository call
1 parent c14fb8d commit 60528e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GitHub.Api/Platform/DefaultEnvironment.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public void Initialize(string unityVersion, NPath extensionInstallPath, NPath un
4242
UnityAssetsPath = assetsPath;
4343
UnityProjectPath = assetsPath.Parent;
4444
UnityVersion = unityVersion;
45-
InitializeRepository();
4645
}
4746

4847
public void InitializeRepository(NPath expectedRepositoryPath = null)

0 commit comments

Comments
 (0)