Skip to content

Commit 4c71007

Browse files
committed
fix comment
1 parent b966554 commit 4c71007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/run_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def start_server():
1818
)
1919
test_name = opts.test_name
2020

21-
# drivers-evergreen-tools expects the version variable to be named MONGOD_VERSION.
21+
# drivers-evergreen-tools expects the version variable to be named MONGODB_VERSION.
2222
if "VERSION" in os.environ:
2323
os.environ["MONGODB_VERSION"] = os.environ["VERSION"]
2424

0 commit comments

Comments
 (0)