mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 09:39:49 +00:00
chore: Minor syntax fix in os-branch-select
This commit is contained in:
parent
c4a4ce17cc
commit
d9bf80549c
@ -22,6 +22,7 @@ if [[ $# -eq 1 ]]; then
|
|||||||
"unstable")
|
"unstable")
|
||||||
echo main
|
echo main
|
||||||
exit 0
|
exit 0
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
# This can happen on CI builds or when downgrading from a newer build that knows of more branches. The update
|
# 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.
|
# path should decide how to handle it.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user