Browse Source

Fix mfpub final checkout

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
67db50c699
  1. 2
      buildroot/share/git/mfpub

2
buildroot/share/git/mfpub

@ -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

Loading…
Cancel
Save