From 4bf53806cf5ea0f1497ac4f1a30c48d49f2ff3b6 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 28 May 2018 09:41:32 -0400 Subject: [PATCH] Updated update script to actually update --- update | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update b/update index 183d25c..cf2f19c 100755 --- a/update +++ b/update @@ -5,5 +5,6 @@ set -e BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" cd "${BASEDIR}" -git submodule update --recursive --remote +#git submodule update --recursive --remote +git submodule foreach fetch && git submodule foreach reset --hard origin/master