diff --git a/.allspice/pre-push b/.allspice/pre-push index 13b0c7a..e92f063 100644 --- a/.allspice/pre-push +++ b/.allspice/pre-push @@ -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 \ No newline at end of file