mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Update policies.html.md (#4780)
Policy file name was incorrect, causing instructions to be unclear.
This commit is contained in:
parent
042b9d4715
commit
43e218e5b1
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ To write a policy using the command line, specify the path to a policy file to
|
|||
upload.
|
||||
|
||||
```text
|
||||
$ vault policy write my-policy acl.hcl
|
||||
$ vault policy write my-policy my-policy.hcl
|
||||
Success! Uploaded policy: my-policy
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue