Fixes issue with ohmyzsh returning 80 on a successful run (#570)
This commit is contained in:
@@ -142,5 +142,5 @@ pub fn run_oh_my_zsh(ctx: &ExecutionContext) -> Result<()> {
|
||||
.execute("zsh")
|
||||
.env("ZSH", &oh_my_zsh)
|
||||
.arg(&oh_my_zsh.join("tools/upgrade.sh"))
|
||||
.check_run()
|
||||
.check_run_with_codes(&[80])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user