Fix failed branch switch. Hardcode to dev!

This commit is contained in:
2025-10-15 06:35:02 -07:00
parent 57ca267aa5
commit 5b749d2100

View File

@@ -929,7 +929,7 @@
if [[ "$base" != "dev" ]]; then
echo -e "\n* Switching back to dev."
git switch "$base"
git switch dev
fi
echo -e "\n* Verifying which branch we're on."