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 1, 2025
1 parent 0c2b45d commit c8dffdf
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 @@ -122,7 +122,7 @@ func newDB(targets []string, driver string, user string, password string, dbName
drv = &mysql.MySQLDriver{}
case pgDriver:
if len(sslCA) > 0 {
panic("postgres driver doesn't support tls yet")
panic("postgresql driver doesn't support TLS yet")
}

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

0 comments on commit c8dffdf

Please sign in to comment.