Skip to content

Commit 462bfcb

Browse files
Fix typos in mkdir command (#1497)
1 parent 40a8c7e commit 462bfcb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/operations/deployments/baremetal-deploy-minio-on-macos.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Place the certificates in a dedicated directory:
112112
.. code-block:: shell
113113
:class: copyable
114114
115-
mkdir -P /opt/minio/certs
115+
mkdir -p /opt/minio/certs
116116
117117
cp private.key /opt/minio/certs
118118
cp public.crt /opt/minio/certs

source/operations/deployments/baremetal-deploy-minio-on-redhat-linux.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Place the certificates in a directory accessible by the ``minio-user`` user/grou
190190
.. code-block:: shell
191191
:class: copyable
192192
193-
mkdir -P /opt/minio/certs
193+
mkdir -p /opt/minio/certs
194194
chown -R minio-user:minio-user /opt/minio/certs
195195
196196
cp private.key /opt/minio/certs

source/operations/deployments/baremetal-deploy-minio-on-ubuntu-linux.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Place the certificates in a directory accessible by the ``minio-user`` user/grou
171171
.. code-block:: shell
172172
:class: copyable
173173
174-
mkdir -P /opt/minio/certs
174+
mkdir -p /opt/minio/certs
175175
chown -R minio-user:minio-user /opt/minio/certs
176176
177177
cp private.key /opt/minio/certs

0 commit comments

Comments
 (0)