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 4b2c7db commit 9ad25f9
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 @@ -311,6 +311,6 @@ func registerMysqlTLSConfig() {

err = mysql.RegisterTLSConfig(customTlsName, tlsConfig)
if err != nil {
panic(fmt.Errorf("failed to register TLS configs, err %v", err))
panic(fmt.Errorf("failed to register TLS config, err %v", err))
}
}

0 comments on commit 9ad25f9

Please sign in to comment.