mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2024-11-11 01:17:16 +00:00
Correct comment
This commit is contained in:
parent
ccff8bc6dc
commit
808b618ecf
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ public class LDGithub {
|
|||
DisguiseUtilities.getLogger().info("Now looking for update on Github..");
|
||||
}
|
||||
|
||||
// We're connecting to md_5's jenkins REST api
|
||||
// We're connecting to githubs REST api
|
||||
URL url = new URL("https://api.github.com/repos/libraryaddict/LibsDisguises/releases/latest");
|
||||
// Creating a connection
|
||||
HttpURLConnection con = (HttpURLConnection) url.openConnection();
|
||||
|
|
Loading…
Reference in a new issue