Skip to content

Commit d900a62

Browse files
Zechiaxdgibbs64
authored andcommitted
fix(papermc): update API URL to prevent update failures (#4728)
1 parent 182547a commit d900a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/modules/update_pmc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fn_update_localbuild() {
3333

3434
fn_update_remotebuild() {
3535
# Get remote build info.
36-
apiurl="https://papermc.io/api/v2/projects"
36+
apiurl="https://api.papermc.io/v2/projects"
3737
# Get list of projects.
3838
remotebuildresponse=$(curl -s "${apiurl}")
3939
# Get list of Minecraft versions for project.

0 commit comments

Comments
 (0)