Don't switch out of branch

This commit is contained in:
Joshua M. Boniface 2020-12-13 20:34:51 -05:00
parent fd8a9b4741
commit a136f090eb

View File

@ -75,7 +75,5 @@ for merge in ${backport_merges[@]}; do
fi
done
git checkout ${current_branch}
popd
exit 0