Fix mfpub final checkout

This commit is contained in:
Scott Lahteine 2020-06-21 00:44:54 -05:00
parent 1399d75022
commit 67db50c699

View file

@ -135,4 +135,4 @@ git push -f upstream | {
rm -rf ${TMPFOLDER}
# Go back to the branch we started from
[[ $BRANCH != $CURR ]] && git checkout $BRANCH && [[ $HAS_STASH == 1 ]] && git stash pop
git checkout $CURR && [[ $HAS_STASH == 1 ]] && git stash pop