Fix failed branch switch. Hardcode to dev!
This commit is contained in:
@@ -929,7 +929,7 @@
|
|||||||
|
|
||||||
if [[ "$base" != "dev" ]]; then
|
if [[ "$base" != "dev" ]]; then
|
||||||
echo -e "\n* Switching back to dev."
|
echo -e "\n* Switching back to dev."
|
||||||
git switch "$base"
|
git switch dev
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e "\n* Verifying which branch we're on."
|
echo -e "\n* Verifying which branch we're on."
|
||||||
|
Reference in New Issue
Block a user