Skip to content

Commit

Permalink
typo in flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatraju committed Aug 27, 2024
1 parent b3fbaaa commit 19ee565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtgate/tabletgateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func (gw *TabletGateway) setupBuffering(ctx context.Context) {

func (gw *TabletGateway) setupBalancer(ctx context.Context) {
if len(balancerVtgateCells) == 0 {
log.Exitf("balancer_vtgate_cells is required for balanced mode")
log.Exitf("balancer-vtgate-cells is required for balanced mode")
}
gw.balancer = balancer.NewTabletBalancer(gw.localCell, balancerVtgateCells)
}
Expand Down

0 comments on commit 19ee565

Please sign in to comment.