Skip to content

Commit 910a548

Browse files
authored
Merge pull request #998 from erics118/fix-typo
Fix typo
2 parents 4c2e455 + c093512 commit 910a548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/cargo-cp-artifact/src/args.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const NPM_ENV = "npm_package_name";
66
const EXPECTED_COMMAND = [
77
"Missing command to execute.",
88
[
9-
"cargo-cp-artifct -a cdylib my-crate index.node",
9+
"cargo-cp-artifact -a cdylib my-crate index.node",
1010
"--",
1111
"cargo build --message-format=json-render-diagnostics",
1212
].join(" "),

0 commit comments

Comments
 (0)