Fix tldr upgrade when using tealdeer (#294)

This commit is contained in:
Severin Kaderli
2020-01-12 19:37:19 +01:00
committed by Roey Darwish Dror
parent 53202ee36e
commit def4c3500c

View File

@@ -83,7 +83,7 @@ pub fn run_tldr(run_type: RunType) -> Result<()> {
let tldr = require("tldr")?;
print_separator("TLDR");
run_type.execute(&tldr).args(&["--update", "-v"]).check_run()
run_type.execute(&tldr).arg("--update").check_run()
}
pub fn run_pearl(run_type: RunType) -> Result<()> {