mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
upgrade points to original project
This commit is contained in:
parent
b6beded74c
commit
e8f07d7058
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ fi
|
||||||
|
|
||||||
printf "${BLUE}%s${NORMAL}\n" "Updating 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 upstream master
|
||||||
then
|
then
|
||||||
printf '%s' "$GREEN"
|
printf '%s' "$GREEN"
|
||||||
printf '%s\n' ' __ __ '
|
printf '%s\n' ' __ __ '
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue