Skip to content

Commit f4caaa0

Browse files
committed
s/DRIVER_TOOLS/DRIVERS_TOOLS/ (yes, take #3)
1 parent 958f1fb commit f4caaa0

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
@@ -44,7 +44,7 @@ export ORCHESTRATION_FILE="$PROJECT_DIRECTORY/scripts/presets/travis/${TOPOLOGY}
4444
export ORCHESTRATION_URL="http://localhost:8889/v1/${TOPOLOGY}s"
4545

4646
# Start mongo-orchestration
47-
sh ${DRIVER_TOOLS}/start-orchestration.sh "$MONGO_ORCHESTRATION_HOME"
47+
sh ${DRIVERS_TOOLS}/start-orchestration.sh "$MONGO_ORCHESTRATION_HOME"
4848

4949
pwd
5050
curl --silent --show-error --data @"$ORCHESTRATION_FILE" "$ORCHESTRATION_URL" --max-time 600 --fail -o tmp.json

0 commit comments

Comments
 (0)