From 67db50c69950e96425005b5b165558323d41737f Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 21 Jun 2020 00:44:54 -0500 Subject: [PATCH] Fix mfpub final checkout --- buildroot/share/git/mfpub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot/share/git/mfpub b/buildroot/share/git/mfpub index ab43b7067..6a912e551 100755 --- a/buildroot/share/git/mfpub +++ b/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