Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
artifct -> artifact
  • Loading branch information
erics118 authored Aug 19, 2023
1 parent 4c2e455 commit c093512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/cargo-cp-artifact/src/args.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const NPM_ENV = "npm_package_name";
const EXPECTED_COMMAND = [
"Missing command to execute.",
[
"cargo-cp-artifct -a cdylib my-crate index.node",
"cargo-cp-artifact -a cdylib my-crate index.node",
"--",
"cargo build --message-format=json-render-diagnostics",
].join(" "),
Expand Down

0 comments on commit c093512

Please sign in to comment.