Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bkioshn committed Apr 19, 2024
1 parent 50f05c1 commit 22177f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthly/rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ installer:
COPY tools+tool-cargo-expand/cargo-expand $CARGO_HOME/bin/cargo-expand
COPY tools+tool-wit-bindgen-cli/wit-bindgen $CARGO_HOME/bin/wit-bindgen
COPY tools+tool-wasmtime/verify-component-adapter $CARGO_HOME/bin/verify-component-adapter
COPY tools+tool-wamm-pack/wasm-pack $CARGO_HOME/bin/wasm-pack
COPY tools+tool-wasm-pack/wasm-pack $CARGO_HOME/bin/wasm-pack

# Universal build scripts we will always need and are not target dependent.
COPY --dir scripts /scripts
Expand Down

0 comments on commit 22177f7

Please sign in to comment.