Fix tldr upgrade when using tealdeer (#294)
This commit is contained in:
committed by
Roey Darwish Dror
parent
53202ee36e
commit
def4c3500c
@@ -83,7 +83,7 @@ pub fn run_tldr(run_type: RunType) -> Result<()> {
|
|||||||
let tldr = require("tldr")?;
|
let tldr = require("tldr")?;
|
||||||
|
|
||||||
print_separator("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<()> {
|
pub fn run_pearl(run_type: RunType) -> Result<()> {
|
||||||
|
|||||||
Reference in New Issue
Block a user