Skip to content

Commit

Permalink
correct parent flag for mkdir in installation content (#1417)
Browse files Browse the repository at this point in the history
Flag is lower case, not upper case.

Caught while testing

Not (manually) staged.
  • Loading branch information
Bradamant3 authored Feb 13, 2025
1 parent d6ae738 commit 340444e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Prior to starting these steps, create the following folders:
:class: copyable
:substitutions:
mkdir -P |kescertpath|
mkdir -P |kesconfigpath|
mkdir -P |miniodatapath|
mkdir -p |kescertpath|
mkdir -p |kesconfigpath|
mkdir -p |miniodatapath|
For Windows hosts, substitute the paths with Windows-style paths, e.g. ``C:\minio-kes-vault\``.

Expand Down
6 changes: 3 additions & 3 deletions source/includes/macos/steps-configure-minio-kes-hashicorp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Prior to starting these steps, create the following folders:
:class: copyable
:substitutions:
mkdir -P |kescertpath|
mkdir -P |kesconfigpath|
mkdir -P |miniodatapath|
mkdir -p |kescertpath|
mkdir -p |kesconfigpath|
mkdir -p |miniodatapath|
Prerequisite
~~~~~~~~~~~~
Expand Down

0 comments on commit 340444e

Please sign in to comment.