From 43e218e5b165b97e4e1e828ed9457367e2b0d8c1 Mon Sep 17 00:00:00 2001 From: Mike Fortuno Date: Fri, 15 Jun 2018 15:49:09 -0700 Subject: [PATCH] Update policies.html.md (#4780) Policy file name was incorrect, causing instructions to be unclear. --- website/source/intro/getting-started/policies.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/policies.html.md b/website/source/intro/getting-started/policies.html.md index f7b6711b34..0649c6e896 100644 --- a/website/source/intro/getting-started/policies.html.md +++ b/website/source/intro/getting-started/policies.html.md @@ -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 ```