Skip to content

Commit 958f1fb

Browse files
committed
s/DRIVER_TOOLS/DRIVERS_TOOLS/
1 parent c9fd0cb commit 958f1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-orchestration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MONGODB_VERSION=${MONGODB_VERSION:-latest}
1212
DL_START=$(date +%s)
1313
DIR=$(dirname $0)
1414
# Functions to fetch MongoDB binaries
15-
. ${DRIVER_TOOLS}/.evergreen/download-mongodb.sh
15+
. ${DRIVERS_TOOLS}/.evergreen/download-mongodb.sh
1616

1717
get_distro
1818
if [ -z "$MONGODB_DOWNLOAD_URL" ]; then

0 commit comments

Comments
 (0)