Skip to content

Commit 5f01eaf

Browse files
committed
DOCSP-15532 fix v4.4.5 merge NextGen addl fixes
1 parent 77564be commit 5f01eaf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

source/includes/steps-csfle-shell-aws-create-key.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ content: |
2323
:option:`--eval <mongo --eval>`, :option:`--shell <mongo --shell>`,
2424
and :option:`--nodb <mongo --nodb>` options:
2525
26-
.. code-block:: shell
26+
.. code-block:: bash
2727
2828
mongo --eval "
2929
var AWS_ACCESS_KEY_ID = '$AWS_ACCESS_KEY_ID'

source/includes/steps-csfle-shell-azure-create-key.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ content: |
2222
:option:`--eval <mongo --eval>`, :option:`--shell <mongo --shell>`,
2323
and :option:`--nodb <mongo --nodb>` options:
2424
25-
.. code-block:: shell
25+
.. code-block:: bash
2626
2727
mongo --eval "
2828
var AZURE_TENANT_ID = '$AZURE_TENANT_ID'

source/includes/steps-csfle-shell-gcp-create-key.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ content: |
2121
:option:`--eval <mongo --eval>`, :option:`--shell <mongo --shell>`,
2222
and :option:`--nodb <mongo --nodb>` options:
2323
24-
.. code-block:: shell
24+
.. code-block:: bash
2525
2626
mongo --eval "
2727
var GCP_EMAIL = '$GCP_EMAIL'

source/includes/steps-csfle-shell-local-create-key.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ content: |
1616
requirements and adds it to the user's ``~/.profile``. If the key
1717
``DEV_LOCAL_KEY`` already exists, skip this operation.
1818
19-
.. code-block:: shell
19+
.. code-block:: bash
2020
2121
echo "export DEV_LOCAL_KEY=\"$(head -c 96 /dev/urandom | base64 | tr -d '\n')\"" >> ~/.profile
2222
@@ -41,7 +41,7 @@ content: |
4141
<mongo --eval>`, :option:`--shell <mongo --shell>`, and
4242
:option:`--nodb <mongo --nodb>` options:
4343
44-
.. code-block:: shell
44+
.. code-block:: bash
4545
4646
mongo --eval "var LOCAL_KEY = '$DEV_LOCAL_KEY' " \
4747
--shell --nodb

0 commit comments

Comments
 (0)