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

Commit 9a926c6

Browse files
Missing true in force unlock operations
1 parent 6a41d52 commit 9a926c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/ProjectWindowInterface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ private static void ContextMenu_UnlockForce()
212212
NPath repositoryPath = manager.Environment.GetRepositoryPath(assetPath);
213213

214214
Repository
215-
.ReleaseLock(repositoryPath, false)
215+
.ReleaseLock(repositoryPath, true)
216216
.FinallyInUI((success, ex) =>
217217
{
218218
if (success)

0 commit comments

Comments
 (0)