Skip to content

Commit

Permalink
update tbot missing proxy error (#49319)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored Nov 25, 2024
1 parent ac00f02 commit e018d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tbot/tbot.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e018d9a

Please sign in to comment.