script/backport-pr: commit message no longer includes the # (#6289)

Merge pull request 6289
This commit is contained in:
Parker Moore 2017-08-10 16:40:06 -04:00 committed by jekyllbot
parent 073d2f1e6a
commit c059675bcc
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ git clean -q -fdx
git pull -q
git checkout -q -f -B $prbranch
commit=`git log -1 --pretty=%H "--grep=Merge pull request #$pr" "--grep=Merge branch '.*$headref'" master`
commit=`git log -1 --pretty=%H "--grep=Merge pull request $pr" "--grep=Merge branch '.*$headref'" master`
echo "Backporting:\n"