committed by
GitHub
parent
b049151993
commit
de1ef08ce9
@@ -336,6 +336,10 @@ fn run() -> Result<()> {
|
||||
config.no_retry(),
|
||||
)?;
|
||||
}
|
||||
|
||||
if config.should_run(Step::Tldr) {
|
||||
execute(&mut report, "TLDR", || unix::run_tldr(run_type), config.no_retry())?;
|
||||
}
|
||||
}
|
||||
|
||||
if config.should_run(Step::Rustup) {
|
||||
|
||||
Reference in New Issue
Block a user