Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Commit

Permalink
Update update checker url @Yive
Browse files Browse the repository at this point in the history
  • Loading branch information
Time6628 committed Aug 4, 2016
1 parent 9200c00 commit e9e62d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/thermos/updater/TVersionRetriever.java
Expand Up @@ -81,7 +81,7 @@ private void check() {
try {
HttpUriRequest request = RequestBuilder
.get()
.setUri("http://i.tcpr.ca/thermos/version")
.setUri("http://th.tcpr.ca/thermos/version")
.addParameter("version", Thermos.getCurrentVersion()).build();
HttpResponse response = HttpClientBuilder.create()
.setUserAgent("Thermos Version Retriever")
Expand Down

0 comments on commit e9e62d9

Please sign in to comment.