Skip to content

Commit 64f2789

Browse files
committed
Change update checker url
1 parent 9db1167 commit 64f2789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/jagrosh/jmusicbot/utils/OtherUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public static String getLatestVersion()
188188
try
189189
{
190190
Response response = new OkHttpClient.Builder().build()
191-
.newCall(new Request.Builder().get().url("https://api.github.com/repos/jagrosh/MusicBot/releases/latest").build())
191+
.newCall(new Request.Builder().get().url("https://api.github.com/repos/ErdbeerbaerLP/MusicBot/releases/latest").build())
192192
.execute();
193193
ResponseBody body = response.body();
194194
if(body != null)

0 commit comments

Comments
 (0)