Skip to content

Commit c03afc7

Browse files
committed
cleanup
1 parent 08bb6be commit c03afc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def create_ocsp_variants() -> list[BuildVariant]:
126126
expansions = dict(AUTH="noauth", SSL="ssl", TOPOLOGY="server")
127127
base_display = "OCSP test"
128128

129-
# OCSP tests on rhel8 with all server v4.4+ and all python versions.
129+
# OCSP tests on rhel8 with all servers v4.4+ and all python versions.
130130
versions = [v for v in ALL_VERSIONS if v != "4.0"]
131131
for version, python in zip_cycle(versions, ALL_PYTHONS):
132132
host = "rhel8"

0 commit comments

Comments
 (0)