Fix oh-my-zsh upgrade (fix #224)

This commit is contained in:
Roey Darwish Dror
2019-09-10 23:06:42 +03:00
parent 1a852250ff
commit eb6460853d
2 changed files with 14 additions and 9 deletions

View File

@@ -277,7 +277,7 @@ fn run() -> Result<(), Error> {
execute(
&mut report,
"oh-my-zsh",
|| unix::run_oh_my_zsh(run_type),
|| unix::run_oh_my_zsh(&base_dirs, run_type),
config.no_retry(),
)?;
execute(