Skip to content

Commit ccfd415

Browse files
DOCSP-31905 fix codeblock in Install or Update the MongoDB CLI (#865)
1 parent c2be2a6 commit ccfd415

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/includes/steps-install-mcli-yum.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ content: |
3131
3232
.. code-block:: text
3333
34-
[mongodb-org-{+mdbVersion+}]
35-
name=MongoDB Repository
36-
baseurl=https://repo.mongodb.org/yum/amazon/2/mongodb-org/{+mdbVersion+}/x86_64/
37-
gpgcheck=1
38-
enabled=1
39-
gpgkey=https://www.mongodb.org/static/pgp/server-{+mdbVersion+}.asc
34+
[mongodb-org-{+mdbVersion+}]
35+
name=MongoDB Repository
36+
baseurl=https://repo.mongodb.org/yum/amazon/2/mongodb-org/{+mdbVersion+}/x86_64/
37+
gpgcheck=1
38+
enabled=1
39+
gpgkey=https://www.mongodb.org/static/pgp/server-{+mdbVersion+}.asc
4040
4141
.. tab:: MongoDB Enterprise Edition
4242
:tabid: mdb-ent

0 commit comments

Comments
 (0)