Skip to content
Snippets Groups Projects
Commit 67db50c6 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix mfpub final checkout

parent 1399d750
Branches
Tags
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment