Try to eliminate a git error when updating submodules

This commit is contained in:
Jeff Lance 2020-03-15 14:19:44 +01:00
parent c91f0b2bc3
commit dc9ca9bbec

View File

@ -17,6 +17,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
"${BASE_DIR}/${META_DIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASE_DIR}" -c "${META_DIR}/${BASE_CONFIG}${CONFIG_SUFFIX}" "${BASE_DIR}/${META_DIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASE_DIR}" -c "${META_DIR}/${BASE_CONFIG}${CONFIG_SUFFIX}"