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

Commit 7fdad7d

Browse files
committed
Merge branch 'shana/fix-publish-section' into beta-1.0.12
2 parents 2acdc1a + 8b0305f commit 7fdad7d

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)