Skip to content

Commit

Permalink
Merge pull request #1502 from vivienm/main
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Feb 27, 2023
2 parents 0872f08 + 72df956 commit a1833a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module_writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ fn generate_uniffi_bindings(
cmd.arg(udl);
debug!("Running {:?}", cmd);
let mut child = cmd.spawn().context(
"Failed to run uniffi-bindgen, did you install it? Try `cargo install uniffi_bindgen`",
"Failed to run uniffi-bindgen, did you install it? Try `pip install uniffi-bindgen`",
)?;
let exit_status = child.wait().context("Failed to run uniffi-bindgen")?;
if !exit_status.success() {
Expand Down

0 comments on commit a1833a6

Please sign in to comment.