RUBY-7468 github plugin can not connect to the server

This commit is contained in:
Oleg Shpynov
2010-12-27 17:56:58 +03:00
parent 855d223e90
commit 7ca0d7f13a
@@ -42,8 +42,10 @@ public class GitHubRepository extends BaseRepositoryImpl {
private String myRepoAuthor;
private String myRepoName;
private static final String GITHUB_HOST = "https://github.com";
{
setUrl("http://github.com");
setUrl(GITHUB_HOST);
}
@SuppressWarnings({"UnusedDeclaration"})