Skip to content

Commit

Permalink
Merge pull request #998 from erics118/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
kjvalencik authored Aug 19, 2023
2 parents 4c2e455 + c093512 commit 910a548
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 910a548

Please sign in to comment.