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 ad85339 commit 56d0f03Copy full SHA for 56d0f03
src/main/java/de/jadenk/springcloud/service/UpdateService.java
@@ -57,7 +57,7 @@ public String fetchLatestVersion() {
57
58
public String checkForUpdateAndUpdateIfNeeded() {
59
try {
60
- URL url = new URL("https://api.github.com/repos/JadenK/SpringCloud/releases/latest");
+ URL url = new URL("https://api.github.com/repos/JadnK/SpringCloud/releases/latest");
61
HttpURLConnection con = (HttpURLConnection) url.openConnection();
62
con.setRequestMethod("GET");
63
con.setRequestProperty("Accept", "application/vnd.github.v3+json");
0 commit comments