Skip to content

Commit 3e590c6

Browse files
committed
fix mongodb download url formatting in .mci.yml
1 parent 6dff9f6 commit 3e590c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ functions:
265265
params:
266266
updates:
267267
- key: "mongo_url"
268-
value: ${mongo_url_prefix}${mongo_url_enterprise_keyword|"enterprise-"}${mongo_url_platform|}latest.${mongo_url_extension|tgz}
268+
value: ${mongo_url_prefix}${mongo_url_enterprise_keyword|enterprise-}${mongo_url_platform|}latest.${mongo_url_extension|tgz}
269269

270270
"use WiredTiger storage" :
271271
command: expansions.update

0 commit comments

Comments
 (0)