Fix mfrb and mfpub
This commit is contained in:
parent
bf7ecc761f
commit
c0f1052efb
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ case "$#" in
|
|||
esac
|
||||
|
||||
# If the branch isn't currently the PR target
|
||||
if [[ ${INFO[4]} != ${INFO[5]} ]]; then
|
||||
if [[ ${INFO[3]} != ${INFO[4]} ]]; then
|
||||
git fetch upstream
|
||||
git rebase upstream/${INFO[3]} && git rebase -i upstream/${INFO[3]}
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue