Skip to content

Commit cc74947

Browse files
authored
Fix tarball name for non-temurin builds (#2878)
Signed-off-by: Stewart X Addison <[email protected]>
1 parent c29d5cf commit cc74947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-farm/make-adopt-build-farm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if [ -z "$FILENAME" ]; then
6464
# I don't like this - perhaps we should override elsewhere to keep consistency with existing release names
6565
echo FILENAME not defined - assuming "${JAVA_TO_BUILD}-hotspot.tar.gz" && export FILENAME="${JAVA_TO_BUILD}-hotspot.tar.gz"
6666
else
67-
echo FILENAME not defined - assuming "${JAVA_TO_BUILD}-${VARIANT}.tar.gz" && export FILENAME="${JAVA_TO_BUILD}-${VARAINT}.tar.gz"
67+
echo FILENAME not defined - assuming "${JAVA_TO_BUILD}-${VARIANT}.tar.gz" && export FILENAME="${JAVA_TO_BUILD}-${VARIANT}.tar.gz"
6868
fi
6969
fi
7070

0 commit comments

Comments
 (0)