Skip to content

Commit 0c356d3

Browse files
authored
DOCSP-42501 fixes command mistype in mongosh install doc (#347)
1 parent a3a5bae commit 0c356d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/steps-install-shell-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ content: |
2323
.. code-block:: sh
2424
2525
sudo cp mongosh /usr/local/bin/
26-
sudo cp mongosh_crypt_v1.dylib /usr/local/lib/
26+
sudo cp mongosh_crypt_v1.so /usr/local/lib/
2727
2828
- Create symbolic links to the ``MongoDB Shell``. Switch to the
2929
directory where you extracted the files from the ``.tgz`` archive.

0 commit comments

Comments
 (0)