mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge 293828f32a into 291e96dcd0
This commit is contained in:
commit
19a5bb34f1
3 changed files with 7 additions and 7 deletions
|
|
@ -22,7 +22,7 @@ fi
|
|||
|
||||
printf "${BLUE}%s${NORMAL}\n" "Updating Oh My Zsh"
|
||||
cd "$ZSH"
|
||||
if git pull --rebase --stat origin master
|
||||
if git pull --rebase --stat upstream master
|
||||
then
|
||||
printf '%s' "$GREEN"
|
||||
printf '%s\n' ' __ __ '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue