Fix failed branch switch. Hardcode to dev!
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user