Skip to content

Commit

Permalink
fix the URL of the Thunderstore.io API call to get BepInExPack (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sala7 authored Apr 24, 2024
1 parent 5c2b326 commit ddf8e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bepinex-updater
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ main() {
local download_url
local remote_updated_at

if ! api_response=$(curl -sfSL -H "accept: application/json" "https://valheim.thunderstore.io/api/experimental/package/denikson/BepInExPack_Valheim/"); then
if ! api_response=$(curl -sfSL -H "accept: application/json" "https://thunderstore.io/api/experimental/package/denikson/BepInExPack_Valheim/"); then
fatal "Error: could not retrieve BepInEx release info from Thunderstore.io API"
fi
download_url=$(jq -r ".latest.download_url" <<< "$api_response" )
Expand Down

0 comments on commit ddf8e57

Please sign in to comment.