Update policies.html.md (#4780)

Policy file name was incorrect, causing instructions to be unclear.
This commit is contained in:
Mike Fortuno 2018-06-15 15:49:09 -07:00 committed by Jim Kalafut
parent 042b9d4715
commit 43e218e5b1

View file

@ -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
```