mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-25 05:58:29 -06:00
Update error message in PGDump client's Ping function
This commit is contained in:
@@ -68,7 +68,7 @@ func (Client) Ping(version PGVersion, connString string) error {
|
||||
output, err := cmd.CombinedOutput()
|
||||
if err != nil {
|
||||
return fmt.Errorf(
|
||||
"error running psql v%s: %s",
|
||||
"error running psql ping v%s: %s",
|
||||
version.Value.version, output,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user