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

Commit 958ba60

Browse files
Calling the correct finish method
1 parent 9c85264 commit 958ba60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public override void OnGUI()
225225

226226
GitClient.RemoteAdd("origin", repository.CloneUrl)
227227
.Then(GitClient.Push("origin", Repository.CurrentBranch.Value.Name))
228-
.ThenInUI(Parent.Finish)
228+
.ThenInUI(Finish)
229229
.Start();
230230
}, organization);
231231
}

0 commit comments

Comments
 (0)