Fix invalid export syntax; re-add git fetch

This commit is contained in:
checktheroads 2019-06-18 17:07:54 -07:00
parent 17ae52f958
commit 782f568538

View file

@ -16,10 +16,10 @@ detect_branch() {
fi
}
CURRENT_BRANCH=$(detect_branch)
export CURRENT_BRANCH=$(detect_branch)
echo "Detected Branch: $CURRENT_BRANCH"
git_setup
git fetch
git checkout $CURRENT_BRANCH
export $CURRENT_BRANCH