From 3ebb44c7f264bfafad896a5a51a789bb4eb50cd9 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 28 Aug 2024 14:03:23 -0500 Subject: [PATCH] GODRIVER-3314 Fix backport script invocation --- .evergreen/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.evergreen/config.yml b/.evergreen/config.yml index bf6c77b75b..ec6878267f 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -424,7 +424,7 @@ functions: params: binary: bash args: - - ${DRIVERS}/.evergreen/github_app/backport-pr.sh mongodb mongo-go-driver ${github_commit} + - ${DRIVERS_TOOLS}/.evergreen/github_app/backport-pr.sh mongodb mongo-go-driver ${github_commit} send-perf-data: - command: perf.send