We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b966554 commit 4c71007Copy full SHA for 4c71007
.evergreen/scripts/run_server.py
@@ -18,7 +18,7 @@ def start_server():
18
)
19
test_name = opts.test_name
20
21
- # drivers-evergreen-tools expects the version variable to be named MONGOD_VERSION.
+ # drivers-evergreen-tools expects the version variable to be named MONGODB_VERSION.
22
if "VERSION" in os.environ:
23
os.environ["MONGODB_VERSION"] = os.environ["VERSION"]
24
0 commit comments