Use which to determine the existence of cargo-install-update (#82)
This commit is contained in:
@@ -248,7 +248,7 @@ fn run() -> Result<(), Error> {
|
||||
&mut execution_context,
|
||||
)?);
|
||||
report.push_result(execute(
|
||||
|terminal| generic::run_cargo_update(&base_dirs, terminal, opt.dry_run),
|
||||
|terminal| generic::run_cargo_update(terminal, opt.dry_run),
|
||||
&mut execution_context,
|
||||
)?);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user