Skip to content

Commit

Permalink
squash: fix up formatting issues
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Dawson <[email protected]>
  • Loading branch information
mhdawson committed Dec 10, 2024
1 parent 1473bfd commit 5d6347b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-wasm.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if (process.argv[2] !== "--in-container") {
}

execSync(
`cp -r /home/node/.rustup /home/node/home/.rustup && \
`cp -r /home/node/.rustup /home/node/home/.rustup && \
HOME=/home/node/home && \
rustc --version && \
cd bindings/binding_typescript_wasm && \
Expand Down

0 comments on commit 5d6347b

Please sign in to comment.