mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Update crates/binstalk/src/ops/resolve/resolution.rs
Co-authored-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Signed-off-by: Matan Lurey <matanlurey@users.noreply.github.com>
This commit is contained in:
parent
24e83e4b8a
commit
8dede277ac
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ impl ResolutionSource {
|
||||||
}
|
}
|
||||||
|
|
||||||
if let Some(bins) = &opts.bins {
|
if let Some(bins) = &opts.bins {
|
||||||
cmd.args(bins.iter().flat_map(|bin| ["--bin", bin.as_ref()]));
|
cmd.args(bins.iter().map(|bin| ["--bin", bin.as_ref()]));
|
||||||
}
|
}
|
||||||
|
|
||||||
debug!("Running `{}`", format_cmd(&cmd));
|
debug!("Running `{}`", format_cmd(&cmd));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue