This commit is contained in:
Werner Freund 2017-05-05 09:53:00 +00:00 committed by GitHub
commit 19a5bb34f1
3 changed files with 7 additions and 7 deletions

View file

@ -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' ' __ __ '