From dc9ca9bbec3f14acfd53ce0a0608549fcaf56844 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 15 Mar 2020 14:19:44 +0100 Subject: [PATCH] Try to eliminate a git error when updating submodules --- install-standalone | 1 + 1 file changed, 1 insertion(+) diff --git a/install-standalone b/install-standalone index 88fc88d..7a4f606 100755 --- a/install-standalone +++ b/install-standalone @@ -17,6 +17,7 @@ BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" cd "${BASE_DIR}" 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}"