Skip to content

Commit 406ac6d

Browse files
authored
Fixed preview version lookup (#527)
1 parent 1369abe commit 406ac6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bedrock-entry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function lookupVersion() {
2828

2929
DOWNLOAD_URL=$(
3030
curl -fsSL "${getUrlPage}" |
31-
jq --arg platform serverBedrockLinux -rR '
31+
jq --arg platform "$platform" -rR '
3232
try(fromjson) catch({}) |
3333
.result.links // halt_error(1) |
3434
map(

0 commit comments

Comments
 (0)