mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Fix call of self_install
in main_impl
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
90ab7d44aa
commit
91e3b4c9b4
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ rustc-llvm-version: {rustc_llvm_version}"#
|
|||
}
|
||||
MainExit::Success(None)
|
||||
} else if args.self_install {
|
||||
MainExit::new(entry::self_install(), None)
|
||||
MainExit::new(entry::self_install(args), None)
|
||||
} else {
|
||||
logging(
|
||||
args.log_level.unwrap_or(LevelFilter::Info),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue