diff options
-rwxr-xr-x | scripts/create-pull-request | 2 |
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 | |||
203 | if [ $GIT_VERSION -lt $NEWER_GIT_VERSION ]; then | 203 | if [ $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" |
205 | else | 205 | else |
206 | git request-pull $RELATIVE_TO $REMOTE_URL :$BRANCH >> "$PM" | 206 | git request-pull $RELATIVE_TO $REMOTE_URL $BRANCH:$BRANCH >> "$PM" |
207 | fi | 207 | fi |
208 | if [ $? -ne 0 ]; then | 208 | if [ $? -ne 0 ]; then |
209 | echo "ERROR: git request-pull reported an error" | 209 | echo "ERROR: git request-pull reported an error" |