We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db1167 commit 64f2789Copy full SHA for 64f2789
src/main/java/com/jagrosh/jmusicbot/utils/OtherUtil.java
@@ -188,7 +188,7 @@ public static String getLatestVersion()
188
try
189
{
190
Response response = new OkHttpClient.Builder().build()
191
- .newCall(new Request.Builder().get().url("https://api.github.com/repos/jagrosh/MusicBot/releases/latest").build())
+ .newCall(new Request.Builder().get().url("https://api.github.com/repos/ErdbeerbaerLP/MusicBot/releases/latest").build())
192
.execute();
193
ResponseBody body = response.body();
194
if(body != null)
0 commit comments