Skip to content

Commit

Permalink
Update tool/tctl/common/auth_command.go
Browse files Browse the repository at this point in the history
Co-authored-by: Russell Jones <[email protected]>
  • Loading branch information
2 people authored and awly committed Oct 5, 2020
1 parent 46a1321 commit 33d1a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/tctl/common/auth_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ func (a *AuthCommand) checkProxyAddr(clusterAPI auth.ClientI) error {
}
uaddr, err := utils.ParseAddr(addr)
if err != nil {
logrus.Warningf("invalid public address on the proxy %q: %q: %v", p.GetName(), addr, err)
logrus.Warningf("Invalid public address on the proxy %q: %q: %v.", p.GetName(), addr, err)
continue
}
a.proxyAddr = fmt.Sprintf("https://%s:%d", uaddr.Host(), defaults.KubeProxyListenPort)
Expand Down

0 comments on commit 33d1a4a

Please sign in to comment.