From d360b571fb169ff06baaa9e15a58ae4aa67e2e35 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Jul 2026 17:57:45 -0500 Subject: [PATCH] update --- README.md | 6 +++--- run.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a06711c..8b52657 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ interactive menu. Update availability is checked in the background and cached; updates are installed only when explicitly selected or requested with `tapm update`. -Use `tapm V2` to switch an installed copy to the published V2 branch for -testing, and `tapm main` to switch it back. The command refuses to switch when -local changes, local-only commits, or diverged branch history would be at risk. +When testing this branch, use `tapm main` to switch the installed copy back to +the published main branch. The command refuses to switch when local changes, +local-only commits, or diverged branch history would be at risk. The required iDSSYS Defaults repository is handled separately: it is automatically refreshed before launch when its last successful check is more diff --git a/run.sh b/run.sh index 48869cd..96f8194 100755 --- a/run.sh +++ b/run.sh @@ -270,7 +270,7 @@ case "${1:-}" in INSTALL_UPDATES exit $? ;; - main|V[0-9]*) + main) SWITCH_TAPM_BRANCH "$1" exit $? ;;