Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Fix oh-my-zsh (fix #567) (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-darwish authored Dec 1, 2020
1 parent 19d052a commit a68387a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/zsh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ pub fn run_oh_my_zsh(ctx: &ExecutionContext) -> Result<()> {
}

ctx.run_type()
.execute("sh")
.execute("zsh")
.env("ZSH", &oh_my_zsh)
.arg(&oh_my_zsh.join("tools/upgrade.sh"))
.check_run()
Expand Down

0 comments on commit a68387a

Please sign in to comment.