From 87ee5a681e3f0745755d00515d245f9d9d14d093 Mon Sep 17 00:00:00 2001 From: darsh12 Date: Thu, 28 Jul 2022 11:50:04 -0700 Subject: [PATCH] update the git submodule command in the install-profile script --- Tips-and-Tricks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tips-and-Tricks.md b/Tips-and-Tricks.md index 224c6eb..f013591 100644 --- a/Tips-and-Tricks.md +++ b/Tips-and-Tricks.md @@ -60,8 +60,8 @@ BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" cd "${BASE_DIR}" -git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive -git submodule update --init --recursive "${DOTBOT_DIR}" +git -C "${BASE_DIR}" submodule sync --quiet --recursive +git submodule update --init --recursive "${BASE_DIR}" while IFS= read -r config; do