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

Commit d763fe6

Browse files
committed
This needs to be a Then, nobody should be doing Finally except for HookupHandlers
1 parent 0cd1013 commit d763fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Git/RepositoryManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ public void UpdateGitAheadBehindStatus()
379379
public void UpdateLocks()
380380
{
381381
GitClient.ListLocks(false)
382-
.Finally((success, locks) =>
382+
.Then((success, locks) =>
383383
{
384384
if (success)
385385
{

0 commit comments

Comments
 (0)