This commit is contained in:
2026-07-25 17:57:45 -05:00
parent d19400a732
commit d360b571fb
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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 updates are installed only when explicitly selected or requested with
`tapm update`. `tapm update`.
Use `tapm V2` to switch an installed copy to the published V2 branch for When testing this branch, use `tapm main` to switch the installed copy back to
testing, and `tapm main` to switch it back. The command refuses to switch when the published main branch. The command refuses to switch when local changes,
local changes, local-only commits, or diverged branch history would be at risk. local-only commits, or diverged branch history would be at risk.
The required iDSSYS Defaults repository is handled separately: it is The required iDSSYS Defaults repository is handled separately: it is
automatically refreshed before launch when its last successful check is more automatically refreshed before launch when its last successful check is more
+1 -1
View File
@@ -270,7 +270,7 @@ case "${1:-}" in
INSTALL_UPDATES INSTALL_UPDATES
exit $? exit $?
;; ;;
main|V[0-9]*) main)
SWITCH_TAPM_BRANCH "$1" SWITCH_TAPM_BRANCH "$1"
exit $? exit $?
;; ;;