Skip to content

Commit fba9019

Browse files
committed
typo
1 parent ba40464 commit fba9019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-wasm-sdk.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ then
4848
${SDKDIR}/devices/* \
4949
${SDKDIR}/prebuilt/* \
5050
> /tmp/sdk/python-wasm-sdk-stable.tar
51-
lz4 /tmp/sdk/python-wasm-sdk-${$CIVER:-ubuntu-latest}.tar
51+
lz4 /tmp/sdk/python-wasm-sdk-${CIVER:-ubuntu-latest}.tar
5252
# bzip2 will remove original
53-
bzip2 /tmp/sdk/python-wasm-sdk-${$CIVER:-ubuntu-latest}.tar
53+
bzip2 /tmp/sdk/python-wasm-sdk-${CIVER:-ubuntu-latest}.tar
5454
else
5555
echo " cpython-build-emsdk-deps failed"
5656
exit 2

0 commit comments

Comments
 (0)