Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: sh2 <[email protected]>
  • Loading branch information
shawnh2 committed Nov 2, 2023
1 parent 5725cf3 commit 744669b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gtctl/cluster_connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func NewConnectCommand(l logger.Logger) *cobra.Command {
case "pg", "psql", "postgres":
protocol = opt.Postgres
default:
return fmt.Errorf("unsupport connection protocol: %s", options.Protocol)
return fmt.Errorf("unsupported connection protocol: %s", options.Protocol)
}
connectOptions := &opt.ConnectOptions{
Namespace: options.Namespace,
Expand Down

0 comments on commit 744669b

Please sign in to comment.