Skip to content

Commit 3ffef98

Browse files
Apply suggestions from code review
Co-authored-by: Natacha Bagnard <[email protected]>
1 parent bd632a7 commit 3ffef98

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

source/includes/steps-install-bi-connector-debian.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ level: 4
1212
content: |
1313
The MongoDB release team digitally signs all software packages to
1414
certify that a particular MongoDB package is a valid and unaltered
15-
MongoDB release. MongoDB signs each release branch with a different
15+
MongoDB release. The `bi-connector.asc` key to validate the BI Connector is available on [pgp.mongodb.com](https://pgp.mongodb.com/bi-connector.asc)
1616
PGP key in ``.asc`` format.
1717
18-
a. Run the following command to downloaded the ``.sig`` file.
18+
a. Run the following command to download the ``.sig`` file.
1919
2020
.. code-block:: sh
2121

source/includes/steps-install-bi-connector-macos.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ level: 4
1212
content: |
1313
The MongoDB release team digitally signs all software packages to
1414
certify that a particular MongoDB package is a valid and unaltered
15-
MongoDB release. MongoDB signs each release branch with a different
15+
MongoDB release. The `bi-connector.asc` key to validate the BI Connector is available on [pgp.mongodb.com](https://pgp.mongodb.com/bi-connector.asc)
1616
PGP key in ``.asc`` format.
1717
1818
a. Run the following command to downloaded the ``.sig`` file.
1919
2020
.. code-block:: sh
2121
22-
curl -LO https://info-mongodb-com.s3.amazonaws.com/mongodb-bi/v2/mongodb-bi-osx-{x86_64|arm64}-{version}.zip.sig
22+
curl -LO https://info-mongodb-com.s3.amazonaws.com/mongodb-bi/v2/mongodb-bi-osx-{x86_64|arm64-macos{11|13}}-{version}.zip.sig
2323
2424
#. Run the following command to download the import key file.
2525
@@ -85,15 +85,15 @@ content: |
8585
8686
.. code-block:: sh
8787
88-
unzip {SOURCE-PATH}/mongodb-bi-osx-{x86_64|arm64}-{version}.zip -d {DESTINATION-PATH}
88+
unzip {SOURCE-PATH}/mongodb-bi-osx-{x86_64|arm64-macos{11|13}}-{version}.zip -d {DESTINATION-PATH}
8989
90-
b. Change to the ``mongodb-bi-osx-{x86_64|arm64}-{version}`` directory.
90+
b. Change to the ``mongodb-bi-osx-{x86_64|arm64-macos{11|13}}-{version}`` directory.
9191
Replace {DESTINATION-PATH} with the path to the directory
9292
where you extracted the archive in the previous step.
9393
9494
.. code-block:: sh
9595
96-
cd {DESTINATION-PATH}/mongodb-bi-osx-{x86_64|arm64}-{version}/
96+
cd {DESTINATION-PATH}/mongodb-bi-osx-{x86_64|arm64-macos{11|13}}-{version}/
9797
9898
c. Install the programs within the ``bin/`` directory into a directory
9999
listed in your system ``PATH``. If a prior version exists,

source/includes/steps-install-bi-connector-rhel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ level: 4
1212
content: |
1313
The MongoDB release team digitally signs all software packages to
1414
certify that a particular MongoDB package is a valid and unaltered
15-
MongoDB release. MongoDB signs each release branch with a different
15+
MongoDB release. The `bi-connector.asc` key to validate the BI Connector is available on [pgp.mongodb.com](https://pgp.mongodb.com/bi-connector.asc)
1616
PGP key in ``.asc`` format.
1717
1818
a. Run the following command to downloaded the ``.sig`` file.

0 commit comments

Comments
 (0)