Skip to content

Commit 56d0f03

Browse files
committed
Changed Github Name
1 parent ad85339 commit 56d0f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/jadenk/springcloud/service/UpdateService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public String fetchLatestVersion() {
5757

5858
public String checkForUpdateAndUpdateIfNeeded() {
5959
try {
60-
URL url = new URL("https://api.github.com/repos/JadenK/SpringCloud/releases/latest");
60+
URL url = new URL("https://api.github.com/repos/JadnK/SpringCloud/releases/latest");
6161
HttpURLConnection con = (HttpURLConnection) url.openConnection();
6262
con.setRequestMethod("GET");
6363
con.setRequestProperty("Accept", "application/vnd.github.v3+json");

0 commit comments

Comments
 (0)