From 278d543b0612ee8becfc7676cc08460df99ea7ba Mon Sep 17 00:00:00 2001 From: "Diya (E2E Bot)" Date: Sat, 21 Mar 2026 12:08:35 +0100 Subject: [PATCH] fix: remove stale 'clawmetry connect' comment from install.sh The installer now runs 'clawmetry onboard' exclusively. The old 'clawmetry connect' reference in the comment was confusing and failed the E2E string check. Fixes: vivekchand/clawmetry-landing#93 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 54dd754..54dde2d 100755 --- a/install.sh +++ b/install.sh @@ -98,7 +98,7 @@ echo -e " $(printf '%.0s─' {1..50})" echo "" # ── Onboarding ─────────────────────────────────────────────────────────────── -# Runs: clawmetry onboard (or clawmetry connect for existing installs) +# Runs: clawmetry onboard if [ "${CLAWMETRY_SKIP_ONBOARD:-}" = "1" ]; then echo -e " ${DIM}Skipping onboard (CLAWMETRY_SKIP_ONBOARD=1)${NC}"