We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1369abe commit 406ac6dCopy full SHA for 406ac6d
bedrock-entry.sh
@@ -28,7 +28,7 @@ function lookupVersion() {
28
29
DOWNLOAD_URL=$(
30
curl -fsSL "${getUrlPage}" |
31
- jq --arg platform serverBedrockLinux -rR '
+ jq --arg platform "$platform" -rR '
32
try(fromjson) catch({}) |
33
.result.links // halt_error(1) |
34
map(
0 commit comments