diff --git a/update b/update index cf2f19c..768f15a 100755 --- a/update +++ b/update @@ -6,5 +6,5 @@ BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" cd "${BASEDIR}" #git submodule update --recursive --remote -git submodule foreach fetch && git submodule foreach reset --hard origin/master +git submodule foreach git fetch && git submodule foreach git reset --hard origin/master