Skip to content

Commit c8dffdf

Browse files
db-willdveeden
andauthored
Update cmd/go-tpc/main.go
Co-authored-by: Daniël van Eeden <[email protected]>
1 parent 0c2b45d commit c8dffdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/go-tpc/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func newDB(targets []string, driver string, user string, password string, dbName
122122
drv = &mysql.MySQLDriver{}
123123
case pgDriver:
124124
if len(sslCA) > 0 {
125-
panic("postgres driver doesn't support tls yet")
125+
panic("postgresql driver doesn't support TLS yet")
126126
}
127127

128128
dsn := fmt.Sprintf("postgres://%s:%s@%s/%s", user, password, addr, dbName)

0 commit comments

Comments
 (0)