Skip to content

Commit dfe92ba

Browse files
authored
fix: critical typo in cli arch scanning (#291)
1 parent be75ac4 commit dfe92ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/perseus-cli/src/install.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ impl Tool {
266266
}
267267
// MacOS (Apple Silicon)
268268
ToolType::WasmBindgen if cfg!(target_os = "macos") && cfg!(target_arch = "aarch64") => {
269-
Some("wasm-bindgen-%version-a arch64-apple-darwin")
269+
Some("wasm-bindgen-%version-aarch64-apple-darwin")
270270
}
271271
// Windows
272272
ToolType::WasmBindgen

0 commit comments

Comments
 (0)