Remove exit 0 from script

This commit is contained in:
checktheroads 2019-06-18 17:02:28 -07:00
parent 3183bbbff9
commit 17ae52f958

View file

@ -23,4 +23,3 @@ echo "Detected Branch: $CURRENT_BRANCH"
git_setup
git checkout $CURRENT_BRANCH
export $CURRENT_BRANCH
exit 0