Skip to content

Commit 6fb6d07

Browse files
authored
GODRIVER-3314 Fix backport script invocation (#1781)
1 parent 44684f4 commit 6fb6d07

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.evergreen/config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,10 @@ functions:
424424
params:
425425
binary: bash
426426
args:
427-
- ${DRIVERS_TOOLS}/.evergreen/github_app/backport-pr.sh mongodb mongo-go-driver ${github_commit}
427+
- ${DRIVERS_TOOLS}/.evergreen/github_app/backport-pr.sh
428+
- mongodb
429+
- mongo-go-driver
430+
- ${github_commit}
428431

429432
send-perf-data:
430433
- command: perf.send

0 commit comments

Comments
 (0)