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

Commit a977870

Browse files
Logic error
1 parent aa92bf0 commit a977870

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
@@ -214,7 +214,7 @@ private void MaybeUpdateData()
214214
if (repoUrl != updatedRepoUrl)
215215
{
216216
repoUrl = updatedRepoUrl;
217-
if (repoUrl != null)
217+
if (updatedRepoRemote != null)
218218
{
219219
repoUrlContent = new GUIContent(repoUrl, string.Format(Window_RepoUrlTooltip, updatedRepoRemote));
220220
}

0 commit comments

Comments
 (0)