Skip to content

Commit a147734

Browse files
committed
fix order
1 parent eb80d73 commit a147734

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
@@ -458,7 +458,7 @@ def create_pyopenssl_variants():
458458

459459
display_name = get_display_name(base_name, host, python=python)
460460
variant = create_variant(
461-
[f".replica_set .nossl .{auth}", f".7.0 .nossl .{auth}"],
461+
[f".replica_set.{auth} .nossl ", f".7.0 .{auth} .nossl"],
462462
display_name,
463463
python=python,
464464
host=host,

0 commit comments

Comments
 (0)