Skip to content

Commit 678de0d

Browse files
committed
Fix a wasm32-wasip2 woe that only turned up after landing in main
Signed-off-by: itowlson <ivan.towlson@fermyon.com>
1 parent 1c0ab4a commit 678de0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ mod integration_tests {
887887
"oci",
888888
"push",
889889
&registry_url,
890-
"./target/wasm32-wasip1/release/test.wasm",
890+
"./target/wasm32-wasip2/release/test.wasm",
891891
"--insecure",
892892
]);
893893
registry_push.arg(format!("localhost:{port}"));

0 commit comments

Comments
 (0)