chore: Minor syntax fix in os-branch-select

This commit is contained in:
Kyle Gospodnetich 2023-11-12 16:33:42 -08:00
parent c4a4ce17cc
commit d9bf80549c

View File

@ -22,6 +22,7 @@ if [[ $# -eq 1 ]]; then
"unstable")
echo main
exit 0
;;
*)
# This can happen on CI builds or when downgrading from a newer build that knows of more branches. The update
# path should decide how to handle it.