Skip to content

Commit

Permalink
RUST-2035 Fix invocation of mongosh for requireApiVersion (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
abr-egn authored Sep 17, 2024
1 parent 4ff62cd commit 73c1eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/run-orchestration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 73c1eae

Please sign in to comment.