From cd03f77c187df4b78f8ee24c468075e6056979cc Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Mon, 30 Mar 2015 03:09:28 +0200 Subject: [PATCH] Submodules should be updated too. --- tools/upgrade.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/upgrade.sh b/tools/upgrade.sh index 5f0a81f1d..0b5110dc9 100644 --- a/tools/upgrade.sh +++ b/tools/upgrade.sh @@ -1,5 +1,6 @@ printf '\033[0;34m%s\033[0m\n' "Upgrading Oh My Zsh" cd "$ZSH" +git submodule update if git pull --rebase --stat origin master then printf '\033[0;32m%s\033[0m\n' ' __ __ '