From 77fb5456a02ec38243cbde241f3630caa69ab436 Mon Sep 17 00:00:00 2001 From: Abraham Egnor Date: Tue, 17 Sep 2024 12:56:50 -0400 Subject: [PATCH] RUST-2035 Fix invocation of mongosh for requireApiVersion --- .evergreen/run-orchestration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.evergreen/run-orchestration.sh b/.evergreen/run-orchestration.sh index 592a4bfc..0212a34c 100755 --- a/.evergreen/run-orchestration.sh +++ b/.evergreen/run-orchestration.sh @@ -173,5 +173,5 @@ EOT # Set the requireApiVersion parameter if [ ! -z "$REQUIRE_API_VERSION" ]; then - mongosh $URI $MONGO_ORCHESTRATION_HOME/require-api-version.js + $MONGODB_BINARIES/mongosh $URI $MONGO_ORCHESTRATION_HOME/require-api-version.js fi