Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Sabbir <[email protected]>
  • Loading branch information
sabbir-hossain70 committed Aug 22, 2024
1 parent fd1a768 commit a5f242b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cassandra/kubedb_client_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (o *KubeDBClientBuilder) GetCassandraClient(dns string) (*Client, error) {
cluster := gocql.NewCluster(host)
p, err := strconv.Atoi(port)
if err != nil {
return nil, fmt.Errorf("invalid port: %v", err)
return nil, fmt.Errorf("invalid port : %v", err)
}
cluster.Port = p
cluster.Keyspace = "system"
Expand Down

0 comments on commit a5f242b

Please sign in to comment.