Skip to content

Commit

Permalink
fix: critical typo in cli arch scanning (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhfan authored May 16, 2023
1 parent be75ac4 commit dfe92ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/perseus-cli/src/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ impl Tool {
}
// MacOS (Apple Silicon)
ToolType::WasmBindgen if cfg!(target_os = "macos") && cfg!(target_arch = "aarch64") => {
Some("wasm-bindgen-%version-a arch64-apple-darwin")
Some("wasm-bindgen-%version-aarch64-apple-darwin")
}
// Windows
ToolType::WasmBindgen
Expand Down

0 comments on commit dfe92ba

Please sign in to comment.