From 4b2c7db2e3f46b7a6718604118b0ab13e270b2e3 Mon Sep 17 00:00:00 2001 From: will <87208113+db-will@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:54:30 -0500 Subject: [PATCH] Update cmd/go-tpc/main.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Daniƫl van Eeden --- cmd/go-tpc/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/go-tpc/main.go b/cmd/go-tpc/main.go index 852e9ac..d008646 100644 --- a/cmd/go-tpc/main.go +++ b/cmd/go-tpc/main.go @@ -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{