Promote Stable Version #1

Merged
me merged 144 commits from prod into main 2026-08-05 15:44:08 -07:00
Showing only changes of commit c7d2dafa11 - Show all commits
+1 -1
View File
@@ -107,7 +107,7 @@ function update-shared-old {
PROJECT_SHARED="$HOME/.git-env-shared" PROJECT_SHARED="$HOME/.git-env-shared"
function update-shared2 { function update-shared2 {
# Refresh the local env-shared repo. # Refresh the local env-shared repo.
if [[ -d $shared ]]; then if [[ -d $PROJECT_SHARED ]]; then
log "`date` - Updating '$PROJECT_SHARED'.\n" log "`date` - Updating '$PROJECT_SHARED'.\n"
git -C "$PROJECT_SHARED" switch "$branch" git -C "$PROJECT_SHARED" switch "$branch"
git -C "$PROJECT_SHARED" pull --recurse-submodules || \ git -C "$PROJECT_SHARED" pull --recurse-submodules || \