Skip to content

Commit

Permalink
🐛 fix pyenv install bug
Browse files Browse the repository at this point in the history
Bug: error failed message
  • Loading branch information
Yihan_G committed Dec 22, 2021
1 parent 4ebe899 commit d6657f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/components/pyenv_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ get_params(){

is_done(){
if [ $? -ne 0 ]; then
fmt_error "安装出现异常,将退出ZSH安装"
fmt_error "安装出现异常,将退出Pyenv安装"
exit 2
fi
}
Expand Down

0 comments on commit d6657f4

Please sign in to comment.