Revert to exit 1

This commit is contained in:
AllSpiceAlice 2025-03-03 22:51:34 +00:00
parent 86c514fac4
commit 5c48df99b4

View File

@ -15,4 +15,7 @@ echo "[ ] Pushing to Git..."
git push --no-verify origin git-svn || { echo "Push failed!"; exit 1; }
echo "[ ] Successfully synced to SVN and pushed to Git!"
exit 0
echo " "
echo -e "${GREEN}ignore the following error message ${NC}"
echo -e "${GREEN}error: failed to push some refs to https://your allspice server/your organization/your repo.git ${NC}"
exit 1