Skip to content

Commit

Permalink
Update cmd/pbm-agent/restore.go
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Ilijic <[email protected]>
  • Loading branch information
defbin and boris-ilijic authored Nov 5, 2024
1 parent 7bd06f8 commit 7c29833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pbm-agent/restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func addRestoreMetaWithError(
}
err := restore.SetRestoreMetaIfNotExists(ctx, conn, meta)
if err != nil {
return errors.Wrap(err, "write backup meta to db")
return errors.Wrap(err, "write restore meta to db")
}

rs := restore.RestoreReplset{
Expand Down

0 comments on commit 7c29833

Please sign in to comment.