Adapt to Fisher 3 (fixes #73)

This commit is contained in:
Roey Darwish Dror
2018-10-06 19:43:21 +03:00
parent f07114fdfd
commit ad3b94c110

View File

@@ -32,7 +32,7 @@ pub fn run_fisherman(base_dirs: &BaseDirs, terminal: &mut Terminal, dry_run: boo
let success = || -> Result<(), Error> {
Executor::new(fish, dry_run)
.args(&["-c", "fisher update"])
.args(&["-c", "fisher"])
.spawn()?
.wait()?
.check()?;