mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
Fix typo in args.rs
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
3a560ccd48
commit
f2f7ddc287
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ You cannot use --{option} and specify multiple packages at the same time. Do one
|
|||
pkg_url: opts.pkg_url,
|
||||
pkg_fmt: opts.pkg_fmt,
|
||||
bin_dir: opts.bin_dir,
|
||||
disabled_strategies: (!opts.disable_strategies.is_empty() || has_strategies_ovrrride).then(|| {
|
||||
disabled_strategies: (!opts.disable_strategies.is_empty() || has_strategies_override).then(|| {
|
||||
opts.disable_strategies
|
||||
.into_iter()
|
||||
.map(|strategy| strategy.0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue