Fix oh-my-zsh (fix #567) (#568)

This commit is contained in:
Roey Darwish Dror
2020-12-01 11:28:52 +02:00
committed by GitHub
parent 19d052a3d3
commit a68387abed

View File

@@ -139,7 +139,7 @@ pub fn run_oh_my_zsh(ctx: &ExecutionContext) -> Result<()> {
} }
ctx.run_type() ctx.run_type()
.execute("sh") .execute("zsh")
.env("ZSH", &oh_my_zsh) .env("ZSH", &oh_my_zsh)
.arg(&oh_my_zsh.join("tools/upgrade.sh")) .arg(&oh_my_zsh.join("tools/upgrade.sh"))
.check_run() .check_run()