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

Commit ff753f3

Browse files
Window field updated incorrectly
1 parent a5f8353 commit ff753f3

File tree

1 file changed

+1
-1
lines changed
  • src/UnityExtension/Assets/Editor/GitHub.Unity/UI

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ private void MaybeUpdateData()
294294

295295
if (currentRemoteName != updatedRepoRemote)
296296
{
297-
currentRemoteName = updatedRepoBranch;
297+
currentRemoteName = updatedRepoRemote;
298298
shouldUpdateContentFields = true;
299299
}
300300

0 commit comments

Comments
 (0)