mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-25 23:30:08 +00:00
commit
dd299542c9
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ else
|
||||||
NORMAL=""
|
NORMAL=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf "${BLUE}%s${NORMAL}\n" "Upgrading Oh My Zsh"
|
printf "${BLUE}%s${NORMAL}\n" "Updating Oh My Zsh"
|
||||||
cd "$ZSH"
|
cd "$ZSH"
|
||||||
if git pull --rebase --stat origin master
|
if git pull --rebase --stat origin master
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue