From 30c3bee1b3e60d6564fbb467f828720bede85298 Mon Sep 17 00:00:00 2001 From: stevenGravy Date: Wed, 20 Nov 2024 20:14:46 -0500 Subject: [PATCH] update tbot missing proxy error --- lib/tbot/tbot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tbot/tbot.go b/lib/tbot/tbot.go index 7874b29c05b8d..1ce912ad65b98 100644 --- a/lib/tbot/tbot.go +++ b/lib/tbot/tbot.go @@ -531,7 +531,7 @@ func (b *Bot) preRunChecks(ctx context.Context) (_ func() error, err error) { switch addrKind { case config.AddressKindUnspecified: return nil, trace.BadParameter( - "either a proxy or auth address must be set using --proxy, --auth-server or configuration", + "either a proxy or auth address must be set using --proxy-server, --auth-server or configuration", ) case config.AddressKindAuth: // TODO(noah): DELETE IN V17.0.0