Skip to content

Commit 44684f4

Browse files
authored
GODRIVER-3314 Fix backport script invocation (#1778)
1 parent 18d1b19 commit 44684f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ functions:
424424
params:
425425
binary: bash
426426
args:
427-
- ${DRIVERS}/.evergreen/github_app/backport-pr.sh mongodb mongo-go-driver ${github_commit}
427+
- ${DRIVERS_TOOLS}/.evergreen/github_app/backport-pr.sh mongodb mongo-go-driver ${github_commit}
428428

429429
send-perf-data:
430430
- command: perf.send

0 commit comments

Comments
 (0)