1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

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