Skip to content

Commit f37f16b

Browse files
committed
Oops
1 parent 90b2e1c commit f37f16b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fetchers/jenkins/latest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ export async function fetchData(): Promise<JenkinsLatestBuildData> {
2626

2727
let url;
2828
if (hasLoader) {
29-
url = `https://download.luckperms.net/${buildNumber}/${platform}/${fileName}`;
30-
} else {
3129
url = `https://download.luckperms.net/${buildNumber}/${platform}/loader/${fileName}`;
30+
} else {
31+
url = `https://download.luckperms.net/${buildNumber}/${platform}/${fileName}`;
3232
}
3333

3434
downloads[platform] = url;

0 commit comments

Comments
 (0)