Skip to content

Commit

Permalink
Update cmd/go-tpc/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Daniël van Eeden <[email protected]>
  • Loading branch information
db-will and dveeden authored Jan 3, 2025
1 parent a7957cb commit 4b2c7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/go-tpc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ func registerMysqlTLSConfig() {

// Append the certificates from the CA
if !certPool.AppendCertsFromPEM(ca) {
panic(fmt.Errorf("failed to append ca certs"))
panic(fmt.Errorf("failed to append CA certs"))
}

tlsConfig := &tls.Config{
Expand Down

0 comments on commit 4b2c7db

Please sign in to comment.