From 9d65aea95f8ba39dcb1400ee818e1ab953f8bcce Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Wed, 6 Jun 2018 09:42:47 -0400 Subject: [PATCH] Updated update again --- update | 1 + 1 file changed, 1 insertion(+) diff --git a/update b/update index 88ff292..895d00d 100755 --- a/update +++ b/update @@ -15,3 +15,4 @@ cd "${BASEDIR}" git submodule update --init --recursive --remote git pull --recurse-submodules +git submodule foreach git pull origin master --recurse-submodules