Skip to content

Commit 3885904

Browse files
committed
Change update checker url
1 parent f8adeaa commit 3885904

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
@@ -184,7 +184,7 @@ public static String getLatestVersion()
184184
try
185185
{
186186
Response response = new OkHttpClient.Builder().build()
187-
.newCall(new Request.Builder().get().url("https://api.github.com/repos/jagrosh/MusicBot/releases/latest").build())
187+
.newCall(new Request.Builder().get().url("https://api.github.com/repos/ErdbeerbaerLP/MusicBot/releases/latest").build())
188188
.execute();
189189
ResponseBody body = response.body();
190190
if(body != null)

0 commit comments

Comments
 (0)