Skip to content

Commit d78bb13

Browse files
committed
Fix error from copy-and-paste from Dockerfile
1 parent e02f7c0 commit d78bb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasicontainer/install-wasi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WASI_SDK_VERSIONS=(
77
)
88
WASMTIME_VERSION="38.0.4"
99

10-
ENV WASI_SDK_ROOT=/opt
10+
WASI_SDK_ROOT=/opt
1111

1212
mkdir --parents ${WASI_SDK_ROOT}
1313

0 commit comments

Comments
 (0)