From 75713bf1513b93a72e39ef8dad60fa572c2831f7 Mon Sep 17 00:00:00 2001 From: Sarah Chavis <62406755+schavis@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:39:54 -0800 Subject: [PATCH] [v1.17] Fix reference to "vault policies" command --- website/content/docs/concepts/policies.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/concepts/policies.mdx b/website/content/docs/concepts/policies.mdx index 6c9bd3d1143c..4226fa916048 100644 --- a/website/content/docs/concepts/policies.mdx +++ b/website/content/docs/concepts/policies.mdx @@ -709,7 +709,7 @@ $ curl \ https://vault.hashicorp.rocks/v1/sys/policy ``` -~> **Note:** You may also see the CLI command `vault policies`. This is a convenience +~> **Note:** You may also see the CLI command `vault policy`. This is a convenience wrapper around reading the sys endpoint directly. It provides the same functionality but formats the output in a special manner.