diff --git a/sh/setup_web.sh b/sh/setup_web.sh index d61955b3..89709727 100755 --- a/sh/setup_web.sh +++ b/sh/setup_web.sh @@ -5,5 +5,5 @@ cd "$script_path/.." # Pre-requisites: rustup target add wasm32-unknown-unknown -cargo install -f wasm-bindgen-cli +cargo install wasm-bindgen-cli cargo update -p wasm-bindgen