Skip to content

Commit

Permalink
fix(papermc): update API URL to prevent update failures (#4728)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zechiax authored Jan 4, 2025
1 parent 8649aa8 commit bcb40ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lgsm/modules/update_pmc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fn_update_localbuild() {

fn_update_remotebuild() {
# Get remote build info.
apiurl="https://papermc.io/api/v2/projects"
apiurl="https://api.papermc.io/v2/projects"
# Get list of projects.
remotebuildresponse=$(curl -s "${apiurl}")
# Get list of Minecraft versions for project.
Expand Down

0 comments on commit bcb40ba

Please sign in to comment.