From 11ca21ca3cbf5de6e17e9d98b8deb5e1aa8a4fd3 Mon Sep 17 00:00:00 2001 From: Piotr Kazmierczak <470696+pkazmierczak@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:13:07 +0100 Subject: [PATCH] cli: correct typos in setup consul (#19754) --- command/setup_consul.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/setup_consul.go b/command/setup_consul.go index 75b256546..28876f3a8 100644 --- a/command/setup_consul.go +++ b/command/setup_consul.go @@ -273,7 +273,7 @@ services will be called %q. s.Ui.Output(` Consul uses binding rules to map claims between Nomad's JWTs to Consul service -identities and ACL roles, so we need to create a two binding rules for the auth +identities and ACL roles, so we need to create two binding rules for the auth method we created above: one for services, and one for tasks. `) @@ -354,7 +354,7 @@ with the policy above. `, consulRoleTasks)) - if !s.autoYes && !s.askQuestion("Create role in your Consul cluster? [Y/n]") { + if !s.autoYes && !s.askQuestion("Create the role in your Consul cluster? [Y/n]") { s.handleNo() }