summaryrefslogtreecommitdiffstats
path: root/scripts/create-pull-request
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/create-pull-request')
-rwxr-xr-xscripts/create-pull-request2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-pull-request b/scripts/create-pull-request
index a3744cceaa..dd66dfe46e 100755
--- a/scripts/create-pull-request
+++ b/scripts/create-pull-request
@@ -203,7 +203,7 @@ NEWER_GIT_VERSION=210
203if [ $GIT_VERSION -lt $NEWER_GIT_VERSION ]; then 203if [ $GIT_VERSION -lt $NEWER_GIT_VERSION ]; then
204 git request-pull $RELATIVE_TO $REMOTE_URL $COMMIT_ID >> "$PM" 204 git request-pull $RELATIVE_TO $REMOTE_URL $COMMIT_ID >> "$PM"
205else 205else
206 git request-pull $RELATIVE_TO $REMOTE_URL :$BRANCH >> "$PM" 206 git request-pull $RELATIVE_TO $REMOTE_URL $BRANCH:$BRANCH >> "$PM"
207fi 207fi
208if [ $? -ne 0 ]; then 208if [ $? -ne 0 ]; then
209 echo "ERROR: git request-pull reported an error" 209 echo "ERROR: git request-pull reported an error"