Try to eliminate a git error when updating submodules. Another way to do it.

This commit is contained in:
Jeff Lance 2020-03-15 14:21:33 +01:00
parent dc9ca9bbec
commit 60792b0786

View File

@ -16,7 +16,7 @@ BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${BASE_DIR}" cd "${BASE_DIR}"
git submodule update --init --recursive --remote #git submodule update --init --recursive --remote
git submodule update --recursive --remote git submodule update --recursive --remote