Fix broken fisher update command (#33)

This commit is contained in:
Thomas Schönauer
2022-10-18 18:42:47 +00:00
committed by GitHub

View File

@@ -88,7 +88,7 @@ pub fn run_fisher(base_dirs: &BaseDirs, run_type: RunType) -> Result<()> {
print_separator("Fisher");
run_type.execute(&fish).args(&["-c", "fisher update"]).check_run()
run_type.execute(&fish).args(&["-c", "fisher"]).check_run()
}
pub fn run_bashit(ctx: &ExecutionContext) -> Result<()> {