From 83230ffe454351b9ba04792c89abfad5a1970a17 Mon Sep 17 00:00:00 2001 From: SuyashHashiCorp <92308220+SuyashHashiCorp@users.noreply.github.com> Date: Thu, 9 May 2024 19:24:07 +0530 Subject: [PATCH] Update create-a-replication-token.mdx While testing the changes in my labs, found out one wrong command. Instead of "consul set-agent-token" it will be "consul acl set-agent-token". --- .../security/acl/tokens/create/create-a-replication-token.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/security/acl/tokens/create/create-a-replication-token.mdx b/website/content/docs/security/acl/tokens/create/create-a-replication-token.mdx index c6b546100a..d3d52b483a 100644 --- a/website/content/docs/security/acl/tokens/create/create-a-replication-token.mdx +++ b/website/content/docs/security/acl/tokens/create/create-a-replication-token.mdx @@ -304,9 +304,9 @@ acl = { ### Apply the token with a command -Set the `replication` token using the [`consul set-agent-token`](/consul/commands/acl/set-agent-token) command. The following command configures a running Consul agent token with the specified token. +Set the `replication` token using the [`consul acl set-agent-token`](/consul/commands/acl/set-agent-token) command. The following command configures a running Consul agent token with the specified token. ```shell-session -$ consul set-agent-token replication +$ consul acl set-agent-token replication ```