Add missing then.

This commit is contained in:
2025-10-15 05:19:21 -07:00
parent 305b8df6ff
commit 4e0ff86295

View File

@@ -566,7 +566,7 @@
if [[ -d .git ]]; then
git ls-remote --exit-code origin dev
dev_exists="$?"
if [[ "$dev_exists" == 0 ]];
if [[ "$dev_exists" == 0 ]]; then
git switch dev
else
git switch main