Skip to content
Snippets Groups Projects
Commit ecfff323 authored by Sam Gleske's avatar Sam Gleske
Browse files

Adding a final catch error message

parent ada25682
Branches
Tags
No related merge requests found
......@@ -336,4 +336,7 @@ elif ${svn};then
git push gitlab
git config --bool core.bare false
green_echo "All done!" 1>&2
else
red_echo "Something has gone very wrong. You should never see this message."
exit 1
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment