Skip to content

Commit

Permalink
update tbot missing proxy error
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored and github-actions committed Nov 21, 2024
1 parent 2c99ccc commit cbcda81
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 @@ -548,7 +548,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 cbcda81

Please sign in to comment.