Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 8b0305f

Browse files
committed
Ooops, forgot this change for the VS release
1 parent e021c32 commit 8b0305f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/GitHub.VisualStudio/TeamExplorer/Sync/GitHubPublishSection.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ public override void Initialize(object sender, SectionInitializeEventArgs e)
9191
protected override void RepoChanged()
9292
{
9393
base.RepoChanged();
94-
// replace this with RTMSetup() when the time comes
95-
PreRTMSetup();
94+
RTMSetup();
9695
}
9796

9897
public async void Connect()

0 commit comments

Comments
 (0)