Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
YobiUpdate: Fix incorrect update site
Browse files Browse the repository at this point in the history
The default update site has changed to repo.yobi.io in
application.conf.default since 5a9e026 but it should be also changed in
app/models/YobiUpdate.java.
  • Loading branch information
Yi EungJun committed Dec 19, 2014
1 parent f7d072d commit 7a6d696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/YobiUpdate.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class YobiUpdate {
private static final Long UPDATE_NOTIFICATION_INTERVAL_IN_MILLIS = Configuration.root()
.getMilliseconds("application.update.notification.interval", 60 * 60 * 1000L);
private static final String UPDATE_REPOSITORY_URL = Configuration.root()
.getString("application.update.repositoryUrl", "https://github.com/naver/yobi");
.getString("application.update.repositoryUrl", "http://repo.yobi.io/naver/yobi");
private static final String RELEASE_URL_FORMAT = Configuration.root()
.getString("application.update.releaseUrlFormat",
"https://github.com/naver/yobi/releases/tag/v%s");
Expand Down

0 comments on commit 7a6d696

Please sign in to comment.