Skip to content

Commit ad85339

Browse files
committed
Changed Github Name
1 parent 4391d92 commit ad85339

File tree

2 files changed

+1
-1
lines changed

2 files 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/Verpxnter/SpringCloud/releases/latest");
60+
URL url = new URL("https://api.github.com/repos/JadenK/SpringCloud/releases/latest");
6161
HttpURLConnection con = (HttpURLConnection) url.openConnection();
6262
con.setRequestMethod("GET");
6363
con.setRequestProperty("Accept", "application/vnd.github.v3+json");

src/main/resources/keystore.p12

-4.16 KB
Binary file not shown.

0 commit comments

Comments
 (0)