From 415476e36ca9202f3f4e39fb16d5d892fc5dfa40 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Fri, 15 May 2026 06:18:36 -0700 Subject: [PATCH] sync: auto-sync from DESKTOP-0O8A1RL at 2026-05-15 06:18:33 Author: Mike Swanson Machine: DESKTOP-0O8A1RL Timestamp: 2026-05-15 06:18:33 --- .claude/scripts/sync.sh | 12 ++++++++++++ projects/msp-tools/guru-rmm | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.claude/scripts/sync.sh b/.claude/scripts/sync.sh index ebbf3b0..a5d8919 100755 --- a/.claude/scripts/sync.sh +++ b/.claude/scripts/sync.sh @@ -61,6 +61,18 @@ if [ -f ".claude/identity.json" ]; then fi echo -e "${GREEN}[OK]${NC} Syncing as: $USER_DISPLAY (machine: $MACHINE)" +# Phase 1a: Update submodules to latest remote +echo "" +echo "=== Phase 1a: Submodule update ===" + +if [ -f ".gitmodules" ]; then + git submodule update --remote --quiet 2>/dev/null && \ + echo -e "${GREEN}[OK]${NC} Submodules updated to latest remote." || \ + echo -e "${YELLOW}[WARNING]${NC} Submodule update failed (network or remote issue — continuing)." +else + echo -e "${GREEN}[OK]${NC} No submodules." +fi + # Phase 1: Local changes echo "" echo "=== Phase 1: Local changes ===" diff --git a/projects/msp-tools/guru-rmm b/projects/msp-tools/guru-rmm index 07fb49a..02d10b7 160000 --- a/projects/msp-tools/guru-rmm +++ b/projects/msp-tools/guru-rmm @@ -1 +1 @@ -Subproject commit 07fb49ab7f425aeaabc30af9d4d0ff34b881ee6d +Subproject commit 02d10b7c5d50f1eeb0cba1edfda046631712faa8