From c7d2dafa118dced8cfb32efded0a246ec36ee300 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 6 May 2026 18:01:56 -0700 Subject: [PATCH] Hopefully fix the reason that the shared rc has not always been updating correctly. --- rc_shared.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc_shared.sh b/rc_shared.sh index 347c44b..41bd0cd 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -107,7 +107,7 @@ function update-shared-old { PROJECT_SHARED="$HOME/.git-env-shared" function update-shared2 { # Refresh the local env-shared repo. - if [[ -d $shared ]]; then + if [[ -d $PROJECT_SHARED ]]; then log "`date` - Updating '$PROJECT_SHARED'.\n" git -C "$PROJECT_SHARED" switch "$branch" git -C "$PROJECT_SHARED" pull --recurse-submodules || \