Skip to content

Commit 0d42fa9

Browse files
author
Phani Raj
committed
fix function name
1 parent 5f50dfa commit 0d42fa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/internal/planetscale_edge_database.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type PlanetScaleEdgeDatabase struct {
4040
}
4141

4242
func (p PlanetScaleEdgeDatabase) CanConnect(ctx context.Context, psc PlanetScaleSource) error {
43-
if err := p.isEdgePassword(ctx, psc); err != nil {
43+
if err := p.checkEdgePassword(ctx, psc); err != nil {
4444
return errors.New("This password will not function with PlanetScale Connect. Please ensure that your organization is enrolled in the Connect beta. ")
4545
}
4646

0 commit comments

Comments
 (0)